Shades of Indigo #590C84
Tints of Indigo #590C84
RGB
CMYK
RGB Variations
Color information
#590C84 (or 0x590C84) is known color: Indigo. HEX triplet: 59, 0C and 84. RGB value is (89,12,132). Sum of RGB (Red+Green+Blue) = 89+12+132=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 132 (51.95% from 255 or 56.65% from 233); Max value from RGB is 132 - color contains mainly: blue. Hex color #590C84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590C84 is #A6F37B. Grayscale: #303030. Windows color (decimal): -10941308 or 8653913. OLE color: 8653913.
HSL color Cylindrical-coordinate representation of color #590C84: hue angle of 278.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #590C84 is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 89 | 12 | 132 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.48 |
| HSL | 278.5º | 0.83% | 0.28% | - |
| HSV(B) | 278.5º | 0.91% | 0.52% | - |
| XYZ | 8.42 | 4.05 | 22.17 | - |
| YUV | 48.7 | 175.01 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 12 | 132 | 0.33 | 0.91 | 0 | 0.48 | 278.5 | 0.83 | 0.28 |
| Hex | 59 | C | 84 | 21 | 5B | 0 | 30 | 116 | 53 | 1C |
| Octal | 131 | 14 | 204 | 41 | 133 | 0 | 60 | 426 | 123 | 34 |
| Binary | 1011001 | 1100 | 10000100 | 100001 | 1011011 | 0 | 110000 | 100010110 | 1010011 | 11100 |
Color Harmonies of #590C84
Complementary color
Monochromatic Colors of #590C84
Black with #590C84
Text Example
Text Example
White with #590C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590C84; }
p { color: rgb(89,12,132); }
H1.HeaderClassName
{
color: #590C84;
}
.AnyTagClassName
{
color: #590C84;
}
</style>
background-color css
<style>
a { background-color: #590C84; }
a { background-color: rgb(89,12,132); }
div.DivClassName
{
background-color: #590C84;
}
.BgClassName
{
background-color: #590C84;
}
</style>
border-color css
<style>
span { border-color: #590C84; }
span { border-color: rgb(89,12,132); }
td.TdClassName
{
border-color: #590C84;
}
.TagClassName
{
border-color: #590C84;
}
</style>