Shades of Indigo #590187
Tints of Indigo #590187
RGB
CMYK
RGB Variations
Color information
#590187 (or 0x590187) is known color: Indigo. HEX triplet: 59, 01 and 87. RGB value is (89,1,135). Sum of RGB (Red+Green+Blue) = 89+1+135=225 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.56% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 135 (53.12% from 255 or 60% from 225); Max value from RGB is 135 - color contains mainly: blue. Hex color #590187 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590187 is #A6FE78. Grayscale: #2A2A2A. Windows color (decimal): -10944121 or 8847705. OLE color: 8847705.
HSL color Cylindrical-coordinate representation of color #590187: hue angle of 279.4º degrees, saturation: 0.99, 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 #590187 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 1 | 135 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.47 |
| HSL | 279.4º | 0.99% | 0.27% | - |
| HSV(B) | 279.4º | 0.99% | 0.53% | - |
| XYZ | 8.5 | 3.89 | 23.23 | - |
| YUV | 42.59 | 180.15 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 1 | 135 | 0.34 | 0.99 | 0 | 0.47 | 279.4 | 0.99 | 0.27 |
| Hex | 59 | 1 | 87 | 22 | 63 | 0 | 2F | 117 | 63 | 1B |
| Octal | 131 | 1 | 207 | 42 | 143 | 0 | 57 | 427 | 143 | 33 |
| Binary | 1011001 | 1 | 10000111 | 100010 | 1100011 | 0 | 101111 | 100010111 | 1100011 | 11011 |
Color Harmonies of #590187
Complementary color
Monochromatic Colors of #590187
Black with #590187
Text Example
Text Example
White with #590187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590187; }
p { color: rgb(89,1,135); }
H1.HeaderClassName
{
color: #590187;
}
.AnyTagClassName
{
color: #590187;
}
</style>
background-color css
<style>
a { background-color: #590187; }
a { background-color: rgb(89,1,135); }
div.DivClassName
{
background-color: #590187;
}
.BgClassName
{
background-color: #590187;
}
</style>
border-color css
<style>
span { border-color: #590187; }
span { border-color: rgb(89,1,135); }
td.TdClassName
{
border-color: #590187;
}
.TagClassName
{
border-color: #590187;
}
</style>