Shades of Indigo #590286
Tints of Indigo #590286
RGB
CMYK
RGB Variations
Color information
#590286 (or 0x590286) is known color: Indigo. HEX triplet: 59, 02 and 86. RGB value is (89,2,134). Sum of RGB (Red+Green+Blue) = 89+2+134=225 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.56% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 134 (52.73% from 255 or 59.56% from 225); Max value from RGB is 134 - color contains mainly: blue. Hex color #590286 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590286 is #A6FD79. Grayscale: #2A2A2A. Windows color (decimal): -10943866 or 8782425. OLE color: 8782425.
HSL color Cylindrical-coordinate representation of color #590286: hue angle of 279.55º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #590286 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 2 | 134 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.47 |
| HSL | 279.55º | 0.97% | 0.27% | - |
| HSV(B) | 279.55º | 0.99% | 0.53% | - |
| XYZ | 8.44 | 3.89 | 22.86 | - |
| YUV | 43.06 | 179.32 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 2 | 134 | 0.34 | 0.99 | 0 | 0.47 | 279.55 | 0.97 | 0.27 |
| Hex | 59 | 2 | 86 | 22 | 63 | 0 | 2F | 118 | 61 | 1B |
| Octal | 131 | 2 | 206 | 42 | 143 | 0 | 57 | 430 | 141 | 33 |
| Binary | 1011001 | 10 | 10000110 | 100010 | 1100011 | 0 | 101111 | 100011000 | 1100001 | 11011 |
Color Harmonies of #590286
Complementary color
Monochromatic Colors of #590286
Black with #590286
Text Example
Text Example
White with #590286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590286; }
p { color: rgb(89,2,134); }
H1.HeaderClassName
{
color: #590286;
}
.AnyTagClassName
{
color: #590286;
}
</style>
background-color css
<style>
a { background-color: #590286; }
a { background-color: rgb(89,2,134); }
div.DivClassName
{
background-color: #590286;
}
.BgClassName
{
background-color: #590286;
}
</style>
border-color css
<style>
span { border-color: #590286; }
span { border-color: rgb(89,2,134); }
td.TdClassName
{
border-color: #590286;
}
.TagClassName
{
border-color: #590286;
}
</style>