Shades of Indigo #590F80
Tints of Indigo #590F80
RGB
CMYK
RGB Variations
Color information
#590F80 (or 0x590F80) is known color: Indigo. HEX triplet: 59, 0F and 80. RGB value is (89,15,128). Sum of RGB (Red+Green+Blue) = 89+15+128=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 128 (50.39% from 255 or 55.17% from 232); Max value from RGB is 128 - color contains mainly: blue. Hex color #590F80 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590F80 is #A6F07F. Grayscale: #313131. Windows color (decimal): -10940544 or 8392537. OLE color: 8392537.
HSL color Cylindrical-coordinate representation of color #590F80: hue angle of 279.29º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #590F80 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 15 | 128 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.50 |
| HSL | 279.29º | 0.79% | 0.28% | - |
| HSV(B) | 279.29º | 0.88% | 0.5% | - |
| XYZ | 8.19 | 4.02 | 20.77 | - |
| YUV | 50.01 | 172.02 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 15 | 128 | 0.30 | 0.88 | 0 | 0.50 | 279.29 | 0.79 | 0.28 |
| Hex | 59 | F | 80 | 1E | 58 | 0 | 32 | 117 | 4F | 1C |
| Octal | 131 | 17 | 200 | 36 | 130 | 0 | 62 | 427 | 117 | 34 |
| Binary | 1011001 | 1111 | 10000000 | 11110 | 1011000 | 0 | 110010 | 100010111 | 1001111 | 11100 |
Color Harmonies of #590F80
Complementary color
Monochromatic Colors of #590F80
Black with #590F80
Text Example
Text Example
White with #590F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590F80; }
p { color: rgb(89,15,128); }
H1.HeaderClassName
{
color: #590F80;
}
.AnyTagClassName
{
color: #590F80;
}
</style>
background-color css
<style>
a { background-color: #590F80; }
a { background-color: rgb(89,15,128); }
div.DivClassName
{
background-color: #590F80;
}
.BgClassName
{
background-color: #590F80;
}
</style>
border-color css
<style>
span { border-color: #590F80; }
span { border-color: rgb(89,15,128); }
td.TdClassName
{
border-color: #590F80;
}
.TagClassName
{
border-color: #590F80;
}
</style>