Shades of Indigo #59168F
Tints of Indigo #59168F
RGB
CMYK
RGB Variations
Color information
#59168F (or 0x59168F) is known color: Indigo. HEX triplet: 59, 16 and 8F. RGB value is (89,22,143). Sum of RGB (Red+Green+Blue) = 89+22+143=254 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.04% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 143 (56.25% from 255 or 56.30% from 254); Max value from RGB is 143 - color contains mainly: blue. Hex color #59168F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59168F is #A6E970. Grayscale: #373737. Windows color (decimal): -10938737 or 9377369. OLE color: 9377369.
HSL color Cylindrical-coordinate representation of color #59168F: hue angle of 273.22º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #59168F is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 22 | 143 | - |
| CMYK | 0.38 | 0.85 | 0 | 0.44 |
| HSL | 273.22º | 0.73% | 0.32% | - |
| HSV(B) | 273.22º | 0.85% | 0.56% | - |
| XYZ | 9.36 | 4.68 | 26.4 | - |
| YUV | 55.83 | 177.2 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 22 | 143 | 0.38 | 0.85 | 0 | 0.44 | 273.22 | 0.73 | 0.32 |
| Hex | 59 | 16 | 8F | 26 | 55 | 0 | 2C | 111 | 49 | 20 |
| Octal | 131 | 26 | 217 | 46 | 125 | 0 | 54 | 421 | 111 | 40 |
| Binary | 1011001 | 10110 | 10001111 | 100110 | 1010101 | 0 | 101100 | 100010001 | 1001001 | 100000 |
Color Harmonies of #59168F
Complementary color
Monochromatic Colors of #59168F
Black with #59168F
Text Example
Text Example
White with #59168F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59168F; }
p { color: rgb(89,22,143); }
H1.HeaderClassName
{
color: #59168F;
}
.AnyTagClassName
{
color: #59168F;
}
</style>
background-color css
<style>
a { background-color: #59168F; }
a { background-color: rgb(89,22,143); }
div.DivClassName
{
background-color: #59168F;
}
.BgClassName
{
background-color: #59168F;
}
</style>
border-color css
<style>
span { border-color: #59168F; }
span { border-color: rgb(89,22,143); }
td.TdClassName
{
border-color: #59168F;
}
.TagClassName
{
border-color: #59168F;
}
</style>