Shades of Indigo #590387
Tints of Indigo #590387
RGB
CMYK
RGB Variations
Color information
#590387 (or 0x590387) is known color: Indigo. HEX triplet: 59, 03 and 87. RGB value is (89,3,135). Sum of RGB (Red+Green+Blue) = 89+3+135=227 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.21% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 135 (53.12% from 255 or 59.47% from 227); Max value from RGB is 135 - color contains mainly: blue. Hex color #590387 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590387 is #A6FC78. Grayscale: #2B2B2B. Windows color (decimal): -10943609 or 8848217. OLE color: 8848217.
HSL color Cylindrical-coordinate representation of color #590387: hue angle of 279.09º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #590387 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 3 | 135 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.47 |
| HSL | 279.09º | 0.96% | 0.27% | - |
| HSV(B) | 279.09º | 0.98% | 0.53% | - |
| XYZ | 8.53 | 3.94 | 23.23 | - |
| YUV | 43.76 | 179.49 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 3 | 135 | 0.34 | 0.98 | 0 | 0.47 | 279.09 | 0.96 | 0.27 |
| Hex | 59 | 3 | 87 | 22 | 62 | 0 | 2F | 117 | 60 | 1B |
| Octal | 131 | 3 | 207 | 42 | 142 | 0 | 57 | 427 | 140 | 33 |
| Binary | 1011001 | 11 | 10000111 | 100010 | 1100010 | 0 | 101111 | 100010111 | 1100000 | 11011 |
Color Harmonies of #590387
Complementary color
Monochromatic Colors of #590387
Black with #590387
Text Example
Text Example
White with #590387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590387; }
p { color: rgb(89,3,135); }
H1.HeaderClassName
{
color: #590387;
}
.AnyTagClassName
{
color: #590387;
}
</style>
background-color css
<style>
a { background-color: #590387; }
a { background-color: rgb(89,3,135); }
div.DivClassName
{
background-color: #590387;
}
.BgClassName
{
background-color: #590387;
}
</style>
border-color css
<style>
span { border-color: #590387; }
span { border-color: rgb(89,3,135); }
td.TdClassName
{
border-color: #590387;
}
.TagClassName
{
border-color: #590387;
}
</style>