Shades of Indigo #59199D
Tints of Indigo #59199D
RGB
CMYK
RGB Variations
Color information
#59199D (or 0x59199D) is known color: Indigo. HEX triplet: 59, 19 and 9D. RGB value is (89,25,157). Sum of RGB (Red+Green+Blue) = 89+25+157=271 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.84% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 157 (61.72% from 255 or 57.93% from 271); Max value from RGB is 157 - color contains mainly: blue. Hex color #59199D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59199D is #A6E662. Grayscale: #3A3A3A. Windows color (decimal): -10937955 or 10295641. OLE color: 10295641.
HSL color Cylindrical-coordinate representation of color #59199D: hue angle of 269.09º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #59199D is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 25 | 157 | - |
| CMYK | 0.43 | 0.84 | 0 | 0.38 |
| HSL | 269.09º | 0.73% | 0.36% | - |
| HSV(B) | 269.09º | 0.84% | 0.62% | - |
| XYZ | 10.55 | 5.25 | 32.36 | - |
| YUV | 59.18 | 183.2 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 25 | 157 | 0.43 | 0.84 | 0 | 0.38 | 269.09 | 0.73 | 0.36 |
| Hex | 59 | 19 | 9D | 2B | 54 | 0 | 26 | 10D | 49 | 24 |
| Octal | 131 | 31 | 235 | 53 | 124 | 0 | 46 | 415 | 111 | 44 |
| Binary | 1011001 | 11001 | 10011101 | 101011 | 1010100 | 0 | 100110 | 100001101 | 1001001 | 100100 |
Color Harmonies of #59199D
Complementary color
Monochromatic Colors of #59199D
Black with #59199D
Text Example
Text Example
White with #59199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59199D; }
p { color: rgb(89,25,157); }
H1.HeaderClassName
{
color: #59199D;
}
.AnyTagClassName
{
color: #59199D;
}
</style>
background-color css
<style>
a { background-color: #59199D; }
a { background-color: rgb(89,25,157); }
div.DivClassName
{
background-color: #59199D;
}
.BgClassName
{
background-color: #59199D;
}
</style>
border-color css
<style>
span { border-color: #59199D; }
span { border-color: rgb(89,25,157); }
td.TdClassName
{
border-color: #59199D;
}
.TagClassName
{
border-color: #59199D;
}
</style>