Shades of Indigo #590C74
Tints of Indigo #590C74
RGB
CMYK
RGB Variations
Color information
#590C74 (or 0x590C74) is known color: Indigo. HEX triplet: 59, 0C and 74. RGB value is (89,12,116). Sum of RGB (Red+Green+Blue) = 89+12+116=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #590C74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590C74 is #A6F38B. Grayscale: #2E2E2E. Windows color (decimal): -10941324 or 7605337. OLE color: 7605337.
HSL color Cylindrical-coordinate representation of color #590C74: hue angle of 284.42º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #590C74 is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 12 | 116 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.55 |
| HSL | 284.42º | 0.81% | 0.25% | - |
| HSV(B) | 284.42º | 0.9% | 0.45% | - |
| XYZ | 7.4 | 3.65 | 16.84 | - |
| YUV | 46.88 | 167.01 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 12 | 116 | 0.23 | 0.90 | 0 | 0.55 | 284.42 | 0.81 | 0.25 |
| Hex | 59 | C | 74 | 17 | 5A | 0 | 37 | 11C | 51 | 19 |
| Octal | 131 | 14 | 164 | 27 | 132 | 0 | 67 | 434 | 121 | 31 |
| Binary | 1011001 | 1100 | 1110100 | 10111 | 1011010 | 0 | 110111 | 100011100 | 1010001 | 11001 |
Color Harmonies of #590C74
Complementary color
Monochromatic Colors of #590C74
Black with #590C74
Text Example
Text Example
White with #590C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590C74; }
p { color: rgb(89,12,116); }
H1.HeaderClassName
{
color: #590C74;
}
.AnyTagClassName
{
color: #590C74;
}
</style>
background-color css
<style>
a { background-color: #590C74; }
a { background-color: rgb(89,12,116); }
div.DivClassName
{
background-color: #590C74;
}
.BgClassName
{
background-color: #590C74;
}
</style>
border-color css
<style>
span { border-color: #590C74; }
span { border-color: rgb(89,12,116); }
td.TdClassName
{
border-color: #590C74;
}
.TagClassName
{
border-color: #590C74;
}
</style>