Shades of Indigo #59139C
Tints of Indigo #59139C
RGB
CMYK
RGB Variations
Color information
#59139C (or 0x59139C) is known color: Indigo. HEX triplet: 59, 13 and 9C. RGB value is (89,19,156). Sum of RGB (Red+Green+Blue) = 89+19+156=264 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.71% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #59139C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59139C is #A6EC63. Grayscale: #373737. Windows color (decimal): -10939492 or 10228569. OLE color: 10228569.
HSL color Cylindrical-coordinate representation of color #59139C: hue angle of 270.66º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #59139C is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 19 | 156 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.39 |
| HSL | 270.66º | 0.78% | 0.34% | - |
| HSV(B) | 270.66º | 0.88% | 0.61% | - |
| XYZ | 10.35 | 4.99 | 31.87 | - |
| YUV | 55.55 | 184.69 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 19 | 156 | 0.43 | 0.88 | 0 | 0.39 | 270.66 | 0.78 | 0.34 |
| Hex | 59 | 13 | 9C | 2B | 58 | 0 | 27 | 10F | 4E | 22 |
| Octal | 131 | 23 | 234 | 53 | 130 | 0 | 47 | 417 | 116 | 42 |
| Binary | 1011001 | 10011 | 10011100 | 101011 | 1011000 | 0 | 100111 | 100001111 | 1001110 | 100010 |
Color Harmonies of #59139C
Complementary color
Monochromatic Colors of #59139C
Black with #59139C
Text Example
Text Example
White with #59139C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59139C; }
p { color: rgb(89,19,156); }
H1.HeaderClassName
{
color: #59139C;
}
.AnyTagClassName
{
color: #59139C;
}
</style>
background-color css
<style>
a { background-color: #59139C; }
a { background-color: rgb(89,19,156); }
div.DivClassName
{
background-color: #59139C;
}
.BgClassName
{
background-color: #59139C;
}
</style>
border-color css
<style>
span { border-color: #59139C; }
span { border-color: rgb(89,19,156); }
td.TdClassName
{
border-color: #59139C;
}
.TagClassName
{
border-color: #59139C;
}
</style>