Shades of Indigo #59199C
Tints of Indigo #59199C
RGB
CMYK
RGB Variations
Color information
#59199C (or 0x59199C) is known color: Indigo. HEX triplet: 59, 19 and 9C. RGB value is (89,25,156). Sum of RGB (Red+Green+Blue) = 89+25+156=270 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.96% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 156 (61.33% from 255 or 57.78% from 270); Max value from RGB is 156 - color contains mainly: blue. Hex color #59199C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59199C is #A6E663. Grayscale: #3A3A3A. Windows color (decimal): -10937956 or 10230105. OLE color: 10230105.
HSL color Cylindrical-coordinate representation of color #59199C: hue angle of 269.31º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #59199C is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 25 | 156 | - |
| CMYK | 0.43 | 0.84 | 0 | 0.39 |
| HSL | 269.31º | 0.72% | 0.35% | - |
| HSV(B) | 269.31º | 0.84% | 0.61% | - |
| XYZ | 10.47 | 5.22 | 31.91 | - |
| YUV | 59.07 | 182.7 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 25 | 156 | 0.43 | 0.84 | 0 | 0.39 | 269.31 | 0.72 | 0.35 |
| Hex | 59 | 19 | 9C | 2B | 54 | 0 | 27 | 10D | 48 | 23 |
| Octal | 131 | 31 | 234 | 53 | 124 | 0 | 47 | 415 | 110 | 43 |
| Binary | 1011001 | 11001 | 10011100 | 101011 | 1010100 | 0 | 100111 | 100001101 | 1001000 | 100011 |
Color Harmonies of #59199C
Complementary color
Monochromatic Colors of #59199C
Black with #59199C
Text Example
Text Example
White with #59199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59199C; }
p { color: rgb(89,25,156); }
H1.HeaderClassName
{
color: #59199C;
}
.AnyTagClassName
{
color: #59199C;
}
</style>
background-color css
<style>
a { background-color: #59199C; }
a { background-color: rgb(89,25,156); }
div.DivClassName
{
background-color: #59199C;
}
.BgClassName
{
background-color: #59199C;
}
</style>
border-color css
<style>
span { border-color: #59199C; }
span { border-color: rgb(89,25,156); }
td.TdClassName
{
border-color: #59199C;
}
.TagClassName
{
border-color: #59199C;
}
</style>