Indigo to HEX — Color Code

HEX

#4b0082

Format Value
HEX #4b0082
RGB rgb(75, 0, 130)
HSL hsl(274.6, 100%, 25.5%)
CMYK cmyk(42.3%, 100%, 0%, 49%)

What is the HEX code for indigo?

The CSS color indigo in HEX format is #4b0082. Use this value directly in CSS, SVG, and most design tools.

How do I use indigo in CSS?

To apply indigo in CSS:

  • Text color: color: #4b0082;
  • Background: background-color: #4b0082;
  • Border: border-color: #4b0082;

What are all the color format values for indigo?

FormatValue
HEX#4b0082
RGBrgb(75, 0, 130)
HSLhsl(274.6, 100%, 25.5%)
CMYKcmyk(42.3%, 100%, 0%, 49%)

How do I convert indigo to HEX?

Select indigo from the color name list in our color converter. The HEX value — #4b0082 — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does indigo belong to?

indigo belongs to the purple color family. It is a dark, vivid color with HSL values: hue 274.6°, saturation 100%, lightness 25.5%.

How do I create lighter and darker shades of indigo?

Lighter variant (lightness 40.5%): #7700cf. Darker variant (lightness 10.5%): #1f0036. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is HEX used for?

HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.