Shades of Indigo #590C69
Tints of Indigo #590C69
RGB
CMYK
RGB Variations
Color information
#590C69 (or 0x590C69) is known color: Indigo. HEX triplet: 59, 0C and 69. RGB value is (89,12,105). Sum of RGB (Red+Green+Blue) = 89+12+105=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 12 (5.08% from 255 or 5.83% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #590C69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590C69 is #A6F396. Grayscale: #2D2D2D. Windows color (decimal): -10941335 or 6884441. OLE color: 6884441.
HSL color Cylindrical-coordinate representation of color #590C69: hue angle of 289.68º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #590C69 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 89 | 12 | 105 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.59 |
| HSL | 289.68º | 0.79% | 0.23% | - |
| HSV(B) | 289.68º | 0.89% | 0.41% | - |
| XYZ | 6.8 | 3.41 | 13.66 | - |
| YUV | 45.63 | 161.51 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 12 | 105 | 0.15 | 0.89 | 0 | 0.59 | 289.68 | 0.79 | 0.23 |
| Hex | 59 | C | 69 | F | 59 | 0 | 3B | 122 | 4F | 17 |
| Octal | 131 | 14 | 151 | 17 | 131 | 0 | 73 | 442 | 117 | 27 |
| Binary | 1011001 | 1100 | 1101001 | 1111 | 1011001 | 0 | 111011 | 100100010 | 1001111 | 10111 |
Color Harmonies of #590C69
Complementary color
Monochromatic Colors of #590C69
Black with #590C69
Text Example
Text Example
White with #590C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590C69; }
p { color: rgb(89,12,105); }
H1.HeaderClassName
{
color: #590C69;
}
.AnyTagClassName
{
color: #590C69;
}
</style>
background-color css
<style>
a { background-color: #590C69; }
a { background-color: rgb(89,12,105); }
div.DivClassName
{
background-color: #590C69;
}
.BgClassName
{
background-color: #590C69;
}
</style>
border-color css
<style>
span { border-color: #590C69; }
span { border-color: rgb(89,12,105); }
td.TdClassName
{
border-color: #590C69;
}
.TagClassName
{
border-color: #590C69;
}
</style>