Shades of Indigo #59146F
Tints of Indigo #59146F
RGB
CMYK
RGB Variations
Color information
#59146F (or 0x59146F) is known color: Indigo. HEX triplet: 59, 14 and 6F. RGB value is (89,20,111). Sum of RGB (Red+Green+Blue) = 89+20+111=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #59146F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59146F is #A6EB90. Grayscale: #323232. Windows color (decimal): -10939281 or 7279705. OLE color: 7279705.
HSL color Cylindrical-coordinate representation of color #59146F: hue angle of 285.49º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #59146F is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 20 | 111 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.56 |
| HSL | 285.49º | 0.69% | 0.26% | - |
| HSV(B) | 285.49º | 0.82% | 0.44% | - |
| XYZ | 7.24 | 3.77 | 15.39 | - |
| YUV | 51.01 | 161.86 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 20 | 111 | 0.20 | 0.82 | 0 | 0.56 | 285.49 | 0.69 | 0.26 |
| Hex | 59 | 14 | 6F | 14 | 52 | 0 | 38 | 11D | 45 | 1A |
| Octal | 131 | 24 | 157 | 24 | 122 | 0 | 70 | 435 | 105 | 32 |
| Binary | 1011001 | 10100 | 1101111 | 10100 | 1010010 | 0 | 111000 | 100011101 | 1000101 | 11010 |
Color Harmonies of #59146F
Complementary color
Monochromatic Colors of #59146F
Black with #59146F
Text Example
Text Example
White with #59146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59146F; }
p { color: rgb(89,20,111); }
H1.HeaderClassName
{
color: #59146F;
}
.AnyTagClassName
{
color: #59146F;
}
</style>
background-color css
<style>
a { background-color: #59146F; }
a { background-color: rgb(89,20,111); }
div.DivClassName
{
background-color: #59146F;
}
.BgClassName
{
background-color: #59146F;
}
</style>
border-color css
<style>
span { border-color: #59146F; }
span { border-color: rgb(89,20,111); }
td.TdClassName
{
border-color: #59146F;
}
.TagClassName
{
border-color: #59146F;
}
</style>