What is the RGB code for indigo blue?
The CSS color indigo blue in RGB format is rgb(58, 24, 177). Use this value directly in CSS, SVG, and most design tools.
How do I use indigo blue in CSS?
To apply indigo blue in CSS:
- Text color: color: rgb(58, 24, 177);
- Background: background-color: rgb(58, 24, 177);
- Border: border-color: rgb(58, 24, 177);
What are all the color format values for indigo blue?
| Format | Value |
|---|---|
| HEX | #3a18b1 |
| RGB | rgb(58, 24, 177) |
| HSL | hsl(253.3, 76.1%, 39.4%) |
| CMYK | cmyk(67.2%, 86.4%, 0%, 30.6%) |
How do I convert indigo blue to RGB?
Select indigo blue from the color name list in our color converter. The RGB value — rgb(58, 24, 177) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does indigo blue belong to?
indigo blue belongs to the blue color family. It is a medium, vivid color with HSL values: hue 253.3°, saturation 76.1%, lightness 39.4%.
How do I create lighter and darker shades of indigo blue?
Lighter variant (lightness 54.4%): #5932e3. Darker variant (lightness 24.4%): #240f6e. 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.