Shades of Indigo #590087
Tints of Indigo #590087
RGB
CMYK
RGB Variations
Color information
#590087 (or 0x590087) is known color: Indigo. HEX triplet: 59, 00 and 87. RGB value is (89,0,135). Sum of RGB (Red+Green+Blue) = 89+0+135=224 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.73% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 135 (53.12% from 255 or 60.27% from 224); Max value from RGB is 135 - color contains mainly: blue. Hex color #590087 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590087 is #A6FF78. Grayscale: #292929. Windows color (decimal): -10944377 or 8847449. OLE color: 8847449.
HSL color Cylindrical-coordinate representation of color #590087: hue angle of 279.56º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #590087 is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 0 | 135 | - |
| CMYK | 0.34 | 1 | 0 | 0.47 |
| HSL | 279.56º | 1% | 0.26% | - |
| HSV(B) | 279.56º | 1% | 0.53% | - |
| XYZ | 8.49 | 3.87 | 23.22 | - |
| YUV | 42 | 180.49 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 135 | 0.34 | 1 | 0 | 0.47 | 279.56 | 1 | 0.26 |
| Hex | 59 | 0 | 87 | 22 | 64 | 0 | 2F | 118 | 64 | 1A |
| Octal | 131 | 0 | 207 | 42 | 144 | 0 | 57 | 430 | 144 | 32 |
| Binary | 1011001 | 0 | 10000111 | 100010 | 1100100 | 0 | 101111 | 100011000 | 1100100 | 11010 |
Color Harmonies of #590087
Complementary color
Monochromatic Colors of #590087
Black with #590087
Text Example
Text Example
White with #590087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590087; }
p { color: rgb(89,0,135); }
H1.HeaderClassName
{
color: #590087;
}
.AnyTagClassName
{
color: #590087;
}
</style>
background-color css
<style>
a { background-color: #590087; }
a { background-color: rgb(89,0,135); }
div.DivClassName
{
background-color: #590087;
}
.BgClassName
{
background-color: #590087;
}
</style>
border-color css
<style>
span { border-color: #590087; }
span { border-color: rgb(89,0,135); }
td.TdClassName
{
border-color: #590087;
}
.TagClassName
{
border-color: #590087;
}
</style>