पैनटोनटूल्स

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 मानों की आवश्यकता वाले विकास परिवेशों के बीच एकरूपता बनाए रखता है।

अक्सर पूछे जाने वाले प्रश्नों