Shades of Indigo #59198B
Tints of Indigo #59198B
RGB
CMYK
RGB Variations
Color information
#59198B (or 0x59198B) is known color: Indigo. HEX triplet: 59, 19 and 8B. RGB value is (89,25,139). Sum of RGB (Red+Green+Blue) = 89+25+139=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #59198B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59198B is #A6E674. Grayscale: #383838. Windows color (decimal): -10937973 or 9115993. OLE color: 9115993.
HSL color Cylindrical-coordinate representation of color #59198B: hue angle of 273.68º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #59198B is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 25 | 139 | - |
| CMYK | 0.36 | 0.82 | 0 | 0.45 |
| HSL | 273.68º | 0.7% | 0.32% | - |
| HSV(B) | 273.68º | 0.82% | 0.55% | - |
| XYZ | 9.13 | 4.68 | 24.85 | - |
| YUV | 57.13 | 174.2 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 25 | 139 | 0.36 | 0.82 | 0 | 0.45 | 273.68 | 0.7 | 0.32 |
| Hex | 59 | 19 | 8B | 24 | 52 | 0 | 2D | 112 | 46 | 20 |
| Octal | 131 | 31 | 213 | 44 | 122 | 0 | 55 | 422 | 106 | 40 |
| Binary | 1011001 | 11001 | 10001011 | 100100 | 1010010 | 0 | 101101 | 100010010 | 1000110 | 100000 |
Color Harmonies of #59198B
Complementary color
Monochromatic Colors of #59198B
Black with #59198B
Text Example
Text Example
White with #59198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59198B; }
p { color: rgb(89,25,139); }
H1.HeaderClassName
{
color: #59198B;
}
.AnyTagClassName
{
color: #59198B;
}
</style>
background-color css
<style>
a { background-color: #59198B; }
a { background-color: rgb(89,25,139); }
div.DivClassName
{
background-color: #59198B;
}
.BgClassName
{
background-color: #59198B;
}
</style>
border-color css
<style>
span { border-color: #59198B; }
span { border-color: rgb(89,25,139); }
td.TdClassName
{
border-color: #59198B;
}
.TagClassName
{
border-color: #59198B;
}
</style>