প্যান্টোনটুল

HSL থেকে RGB

ডিজিটাল ডিজাইন এবং ডেভেলপমেন্টের জন্য অপরিহার্য, নির্ভুলতার সাথে HSL রঙের মানগুলিকে RGB তে রূপান্তর করুন

রঙ রূপান্তরকারী

HSL Input

180° 360°
100%
0% 50% 100%
50%
0% 50% 100%

উদাহরণের জন্য রঙের নমুনাগুলিতে ক্লিক করুন

RGB Output

RGB Values

লাল 255

0-255 intensity

সবুজ 0

0-255 intensity

নীল 0

0-255 intensity

rgb(255, 0, 0)

অন্যান্য ফর্ম্যাট

HSL Value

hsl(0°, 100%, 50%)

HEX Value

#FF0000

রূপান্তর উদাহরণ

লাল

HSL: 0°, 100%, 50%

RGB: (255, 0, 0)

সবুজ

HSL: 120°, 100%, 50%

RGB: (0, 255, 0)

নীল

HSL: 240°, 100%, 50%

RGB: (0, 0, 255)

হলুদ

HSL: 60°, 100%, 50%

RGB: (255, 255, 0)

ম্যাজেন্টা

HSL: 300°, 100%, 50%

RGB: (255, 0, 255)

সায়ান

HSL: 180°, 100%, 50%

RGB: (0, 255, 255)

প্রস্তাবিত সরঞ্জাম

এই টুল সম্পর্কে

আমাদের HSL থেকে RGB কনভার্টার ডিজিটাল ডিজাইন, ডেভেলপমেন্ট এবং গ্রাফিক্স প্রসেসিংয়ে ব্যবহৃত এই দুটি অপরিহার্য রঙের মডেলের মধ্যে সুনির্দিষ্ট রূপান্তর প্রদান করে।

HSL (Hue, Saturation, Lightness) is a user-centric color model that aligns with human perception of color. It simplifies color manipulation by separating the color's identity (hue), its intensity (saturation), and its brightness (lightness), making it ideal for design systems and color theme creation.

RGB (Red, Green, Blue) is a device-centric color model that represents colors as combinations of red, green, and blue light. It's the fundamental color model for digital displays, monitors, cameras, and most digital imaging systems, as these devices emit light in these three primary colors.

এই রূপান্তর সরঞ্জামটি স্বজ্ঞাত রঙ নকশা (HSL) এবং প্রযুক্তিগত বাস্তবায়ন (RGB) এর মধ্যে ব্যবধান পূরণ করে। গাণিতিক রূপান্তরটি সঠিক রঙের উপস্থাপনা নিশ্চিত করে, HSL ব্যবহারকারী ডিজাইন সরঞ্জাম এবং RGB মান প্রয়োজন এমন উন্নয়ন পরিবেশের মধ্যে সামঞ্জস্য বজায় রাখে।

সচরাচর জিজ্ঞাস্য