Shades of Indigo #59046D
Tints of Indigo #59046D
RGB
CMYK
RGB Variations
Color information
#59046D (or 0x59046D) is known color: Indigo. HEX triplet: 59, 04 and 6D. RGB value is (89,4,109). Sum of RGB (Red+Green+Blue) = 89+4+109=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 109 (42.97% from 255 or 53.96% from 202); Max value from RGB is 109 - color contains mainly: blue. Hex color #59046D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59046D is #A6FB92. Grayscale: #292929. Windows color (decimal): -10943379 or 7144537. OLE color: 7144537.
HSL color Cylindrical-coordinate representation of color #59046D: hue angle of 288.57º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #59046D is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 89 | 4 | 109 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.57 |
| HSL | 288.57º | 0.93% | 0.22% | - |
| HSV(B) | 288.57º | 0.96% | 0.43% | - |
| XYZ | 6.92 | 3.31 | 14.74 | - |
| YUV | 41.39 | 166.16 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 4 | 109 | 0.18 | 0.96 | 0 | 0.57 | 288.57 | 0.93 | 0.22 |
| Hex | 59 | 4 | 6D | 12 | 60 | 0 | 39 | 121 | 5D | 16 |
| Octal | 131 | 4 | 155 | 22 | 140 | 0 | 71 | 441 | 135 | 26 |
| Binary | 1011001 | 100 | 1101101 | 10010 | 1100000 | 0 | 111001 | 100100001 | 1011101 | 10110 |
Color Harmonies of #59046D
Complementary color
Monochromatic Colors of #59046D
Black with #59046D
Text Example
Text Example
White with #59046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59046D; }
p { color: rgb(89,4,109); }
H1.HeaderClassName
{
color: #59046D;
}
.AnyTagClassName
{
color: #59046D;
}
</style>
background-color css
<style>
a { background-color: #59046D; }
a { background-color: rgb(89,4,109); }
div.DivClassName
{
background-color: #59046D;
}
.BgClassName
{
background-color: #59046D;
}
</style>
border-color css
<style>
span { border-color: #59046D; }
span { border-color: rgb(89,4,109); }
td.TdClassName
{
border-color: #59046D;
}
.TagClassName
{
border-color: #59046D;
}
</style>