Shades of Indigo #59019C
Tints of Indigo #59019C
RGB
CMYK
RGB Variations
Color information
#59019C (or 0x59019C) is known color: Indigo. HEX triplet: 59, 01 and 9C. RGB value is (89,1,156). Sum of RGB (Red+Green+Blue) = 89+1+156=246 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.18% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 156 (61.33% from 255 or 63.41% from 246); Max value from RGB is 156 - color contains mainly: blue. Hex color #59019C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59019C is #A6FE63. Grayscale: #2C2C2C. Windows color (decimal): -10944100 or 10223961. OLE color: 10223961.
HSL color Cylindrical-coordinate representation of color #59019C: hue angle of 274.06º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #59019C is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 1 | 156 | - |
| CMYK | 0.43 | 0.99 | 0 | 0.39 |
| HSL | 274.06º | 0.99% | 0.31% | - |
| HSV(B) | 274.06º | 0.99% | 0.61% | - |
| XYZ | 10.13 | 4.55 | 31.8 | - |
| YUV | 44.98 | 190.65 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 1 | 156 | 0.43 | 0.99 | 0 | 0.39 | 274.06 | 0.99 | 0.31 |
| Hex | 59 | 1 | 9C | 2B | 63 | 0 | 27 | 112 | 63 | 1F |
| Octal | 131 | 1 | 234 | 53 | 143 | 0 | 47 | 422 | 143 | 37 |
| Binary | 1011001 | 1 | 10011100 | 101011 | 1100011 | 0 | 100111 | 100010010 | 1100011 | 11111 |
Color Harmonies of #59019C
Complementary color
Monochromatic Colors of #59019C
Black with #59019C
Text Example
Text Example
White with #59019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59019C; }
p { color: rgb(89,1,156); }
H1.HeaderClassName
{
color: #59019C;
}
.AnyTagClassName
{
color: #59019C;
}
</style>
background-color css
<style>
a { background-color: #59019C; }
a { background-color: rgb(89,1,156); }
div.DivClassName
{
background-color: #59019C;
}
.BgClassName
{
background-color: #59019C;
}
</style>
border-color css
<style>
span { border-color: #59019C; }
span { border-color: rgb(89,1,156); }
td.TdClassName
{
border-color: #59019C;
}
.TagClassName
{
border-color: #59019C;
}
</style>