Indigo to RGB — Color Code

RGB

rgb(75, 0, 130)

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 RGB code for indigo?

The CSS color indigo in RGB format is rgb(75, 0, 130). 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: rgb(75, 0, 130);
  • Background: background-color: rgb(75, 0, 130);
  • Border: border-color: rgb(75, 0, 130);

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 RGB?

Select indigo from the color name list in our color converter. The RGB value — rgb(75, 0, 130) — 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 RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.