Indigo Hex Code — #4B0082
RGB, HSL, and CMYK values for Indigo.
Indigo Color Values
| Format | Value |
|---|---|
| HEX | #4B0082 |
| RGB | rgb(75, 0, 130) |
| HSL | hsl(275, 100%, 25%) |
| CMYK | cmyk(42%, 100%, 0%, 49%) |
Want to explore more shades? Use our Color Converter
About Indigo
Color psychology: Intuition, perception.
Indigo (#4B0082) is a dark shade of purple. It's commonly used in web design, graphic design, and branding where intuition, perception are desired associations.
How to Use Indigo in CSS
/* Using HEX */ color: #4B0082; background-color: #4B0082; /* Using RGB */ color: rgb(75, 0, 130); /* Using HSL */ color: hsl(275, 100%, 25%);