Shades of Indigo #590A70
Tints of Indigo #590A70
RGB
CMYK
RGB Variations
Color information
#590A70 (or 0x590A70) is known color: Indigo. HEX triplet: 59, 0A and 70. RGB value is (89,10,112). Sum of RGB (Red+Green+Blue) = 89+10+112=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #590A70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590A70 is #A6F58F. Grayscale: #2C2C2C. Windows color (decimal): -10941840 or 7342681. OLE color: 7342681.
HSL color Cylindrical-coordinate representation of color #590A70: hue angle of 286.47º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #590A70 is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 10 | 112 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.56 |
| HSL | 286.47º | 0.84% | 0.24% | - |
| HSV(B) | 286.47º | 0.91% | 0.44% | - |
| XYZ | 7.15 | 3.51 | 15.63 | - |
| YUV | 45.25 | 165.67 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 10 | 112 | 0.21 | 0.91 | 0 | 0.56 | 286.47 | 0.84 | 0.24 |
| Hex | 59 | A | 70 | 15 | 5B | 0 | 38 | 11E | 54 | 18 |
| Octal | 131 | 12 | 160 | 25 | 133 | 0 | 70 | 436 | 124 | 30 |
| Binary | 1011001 | 1010 | 1110000 | 10101 | 1011011 | 0 | 111000 | 100011110 | 1010100 | 11000 |
Color Harmonies of #590A70
Complementary color
Monochromatic Colors of #590A70
Black with #590A70
Text Example
Text Example
White with #590A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590A70; }
p { color: rgb(89,10,112); }
H1.HeaderClassName
{
color: #590A70;
}
.AnyTagClassName
{
color: #590A70;
}
</style>
background-color css
<style>
a { background-color: #590A70; }
a { background-color: rgb(89,10,112); }
div.DivClassName
{
background-color: #590A70;
}
.BgClassName
{
background-color: #590A70;
}
</style>
border-color css
<style>
span { border-color: #590A70; }
span { border-color: rgb(89,10,112); }
td.TdClassName
{
border-color: #590A70;
}
.TagClassName
{
border-color: #590A70;
}
</style>