Shades of Indigo #590A68
Tints of Indigo #590A68
RGB
CMYK
RGB Variations
Color information
#590A68 (or 0x590A68) is known color: Indigo. HEX triplet: 59, 0A and 68. RGB value is (89,10,104). Sum of RGB (Red+Green+Blue) = 89+10+104=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #590A68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590A68 is #A6F597. Grayscale: #2C2C2C. Windows color (decimal): -10941848 or 6818393. OLE color: 6818393.
HSL color Cylindrical-coordinate representation of color #590A68: hue angle of 290.43º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #590A68 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 89 | 10 | 104 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.59 |
| HSL | 290.43º | 0.82% | 0.22% | - |
| HSV(B) | 290.43º | 0.9% | 0.41% | - |
| XYZ | 6.73 | 3.34 | 13.39 | - |
| YUV | 44.34 | 161.67 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 10 | 104 | 0.14 | 0.90 | 0 | 0.59 | 290.43 | 0.82 | 0.22 |
| Hex | 59 | A | 68 | E | 5A | 0 | 3B | 122 | 52 | 16 |
| Octal | 131 | 12 | 150 | 16 | 132 | 0 | 73 | 442 | 122 | 26 |
| Binary | 1011001 | 1010 | 1101000 | 1110 | 1011010 | 0 | 111011 | 100100010 | 1010010 | 10110 |
Color Harmonies of #590A68
Complementary color
Monochromatic Colors of #590A68
Black with #590A68
Text Example
Text Example
White with #590A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590A68; }
p { color: rgb(89,10,104); }
H1.HeaderClassName
{
color: #590A68;
}
.AnyTagClassName
{
color: #590A68;
}
</style>
background-color css
<style>
a { background-color: #590A68; }
a { background-color: rgb(89,10,104); }
div.DivClassName
{
background-color: #590A68;
}
.BgClassName
{
background-color: #590A68;
}
</style>
border-color css
<style>
span { border-color: #590A68; }
span { border-color: rgb(89,10,104); }
td.TdClassName
{
border-color: #590A68;
}
.TagClassName
{
border-color: #590A68;
}
</style>