Shades of Indigo #59027E
Tints of Indigo #59027E
RGB
CMYK
RGB Variations
Color information
#59027E (or 0x59027E) is known color: Indigo. HEX triplet: 59, 02 and 7E. RGB value is (89,2,126). Sum of RGB (Red+Green+Blue) = 89+2+126=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 126 (49.61% from 255 or 58.06% from 217); Max value from RGB is 126 - color contains mainly: blue. Hex color #59027E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59027E is #A6FD81. Grayscale: #292929. Windows color (decimal): -10943874 or 8258137. OLE color: 8258137.
HSL color Cylindrical-coordinate representation of color #59027E: hue angle of 282.1º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #59027E is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 2 | 126 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.51 |
| HSL | 282.1º | 0.97% | 0.25% | - |
| HSV(B) | 282.1º | 0.98% | 0.49% | - |
| XYZ | 7.91 | 3.67 | 20.03 | - |
| YUV | 42.15 | 175.32 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 2 | 126 | 0.29 | 0.98 | 0 | 0.51 | 282.1 | 0.97 | 0.25 |
| Hex | 59 | 2 | 7E | 1D | 62 | 0 | 33 | 11A | 61 | 19 |
| Octal | 131 | 2 | 176 | 35 | 142 | 0 | 63 | 432 | 141 | 31 |
| Binary | 1011001 | 10 | 1111110 | 11101 | 1100010 | 0 | 110011 | 100011010 | 1100001 | 11001 |
Color Harmonies of #59027E
Complementary color
Monochromatic Colors of #59027E
Black with #59027E
Text Example
Text Example
White with #59027E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59027E; }
p { color: rgb(89,2,126); }
H1.HeaderClassName
{
color: #59027E;
}
.AnyTagClassName
{
color: #59027E;
}
</style>
background-color css
<style>
a { background-color: #59027E; }
a { background-color: rgb(89,2,126); }
div.DivClassName
{
background-color: #59027E;
}
.BgClassName
{
background-color: #59027E;
}
</style>
border-color css
<style>
span { border-color: #59027E; }
span { border-color: rgb(89,2,126); }
td.TdClassName
{
border-color: #59027E;
}
.TagClassName
{
border-color: #59027E;
}
</style>