Shades of Indigo #590474
Tints of Indigo #590474
RGB
CMYK
RGB Variations
Color information
#590474 (or 0x590474) is known color: Indigo. HEX triplet: 59, 04 and 74. RGB value is (89,4,116). Sum of RGB (Red+Green+Blue) = 89+4+116=209 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.58% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 116 (45.70% from 255 or 55.50% from 209); Max value from RGB is 116 - color contains mainly: blue. Hex color #590474 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590474 is #A6FB8B. Grayscale: #292929. Windows color (decimal): -10943372 or 7603289. OLE color: 7603289.
HSL color Cylindrical-coordinate representation of color #590474: hue angle of 285.54º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #590474 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 4 | 116 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.55 |
| HSL | 285.54º | 0.93% | 0.24% | - |
| HSV(B) | 285.54º | 0.97% | 0.45% | - |
| XYZ | 7.32 | 3.47 | 16.81 | - |
| YUV | 42.18 | 169.66 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 4 | 116 | 0.23 | 0.97 | 0 | 0.55 | 285.54 | 0.93 | 0.24 |
| Hex | 59 | 4 | 74 | 17 | 61 | 0 | 37 | 11E | 5D | 18 |
| Octal | 131 | 4 | 164 | 27 | 141 | 0 | 67 | 436 | 135 | 30 |
| Binary | 1011001 | 100 | 1110100 | 10111 | 1100001 | 0 | 110111 | 100011110 | 1011101 | 11000 |
Color Harmonies of #590474
Complementary color
Monochromatic Colors of #590474
Black with #590474
Text Example
Text Example
White with #590474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590474; }
p { color: rgb(89,4,116); }
H1.HeaderClassName
{
color: #590474;
}
.AnyTagClassName
{
color: #590474;
}
</style>
background-color css
<style>
a { background-color: #590474; }
a { background-color: rgb(89,4,116); }
div.DivClassName
{
background-color: #590474;
}
.BgClassName
{
background-color: #590474;
}
</style>
border-color css
<style>
span { border-color: #590474; }
span { border-color: rgb(89,4,116); }
td.TdClassName
{
border-color: #590474;
}
.TagClassName
{
border-color: #590474;
}
</style>