Indigo Color
CSS Name indigo
HEX #4B0082
RGB rgb(75, 0, 130)
HSL hsl(275, 100%, 25%)
CMYK cmyk(42%, 100%, 0%, 49%)
About Indigo
Indigo is one of the 148 CSS named colors recognized by all modern browsers. You can use it in CSS by name (color: indigo;) or by its HEX code (color: #4B0082;).
Usage in CSS
.element {
color: indigo;
/* or */
color: #4B0082;
/* or */
color: rgb(75, 0, 130);
}
color: indigo;
/* or */
color: #4B0082;
/* or */
color: rgb(75, 0, 130);
}
Frequently Asked Questions
What is the HEX code for Indigo?
The HEX code for Indigo is #4B0082.
What is the RGB value of Indigo?
The RGB value is rgb(75, 0, 130).