Shades of Indigo #590C6D
Tints of Indigo #590C6D
RGB
CMYK
RGB Variations
Color information
#590C6D (or 0x590C6D) is known color: Indigo. HEX triplet: 59, 0C and 6D. RGB value is (89,12,109). Sum of RGB (Red+Green+Blue) = 89+12+109=210 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.38% from 210); Green value is 12 (5.08% from 255 or 5.71% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #590C6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590C6D is #A6F392. Grayscale: #2D2D2D. Windows color (decimal): -10941331 or 7146585. OLE color: 7146585.
HSL color Cylindrical-coordinate representation of color #590C6D: hue angle of 287.63º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #590C6D is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 89 | 12 | 109 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.57 |
| HSL | 287.63º | 0.8% | 0.24% | - |
| HSV(B) | 287.63º | 0.89% | 0.43% | - |
| XYZ | 7.01 | 3.49 | 14.77 | - |
| YUV | 46.08 | 163.51 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 12 | 109 | 0.18 | 0.89 | 0 | 0.57 | 287.63 | 0.8 | 0.24 |
| Hex | 59 | C | 6D | 12 | 59 | 0 | 39 | 120 | 50 | 18 |
| Octal | 131 | 14 | 155 | 22 | 131 | 0 | 71 | 440 | 120 | 30 |
| Binary | 1011001 | 1100 | 1101101 | 10010 | 1011001 | 0 | 111001 | 100100000 | 1010000 | 11000 |
Color Harmonies of #590C6D
Complementary color
Monochromatic Colors of #590C6D
Black with #590C6D
Text Example
Text Example
White with #590C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590C6D; }
p { color: rgb(89,12,109); }
H1.HeaderClassName
{
color: #590C6D;
}
.AnyTagClassName
{
color: #590C6D;
}
</style>
background-color css
<style>
a { background-color: #590C6D; }
a { background-color: rgb(89,12,109); }
div.DivClassName
{
background-color: #590C6D;
}
.BgClassName
{
background-color: #590C6D;
}
</style>
border-color css
<style>
span { border-color: #590C6D; }
span { border-color: rgb(89,12,109); }
td.TdClassName
{
border-color: #590C6D;
}
.TagClassName
{
border-color: #590C6D;
}
</style>