Shades of Indigo #59087D
Tints of Indigo #59087D
RGB
CMYK
RGB Variations
Color information
#59087D (or 0x59087D) is known color: Indigo. HEX triplet: 59, 08 and 7D. RGB value is (89,8,125). Sum of RGB (Red+Green+Blue) = 89+8+125=222 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.09% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #59087D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59087D is #A6F782. Grayscale: #2D2D2D. Windows color (decimal): -10942339 or 8194137. OLE color: 8194137.
HSL color Cylindrical-coordinate representation of color #59087D: hue angle of 281.54º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #59087D is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 8 | 125 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.51 |
| HSL | 281.54º | 0.88% | 0.26% | - |
| HSV(B) | 281.54º | 0.94% | 0.49% | - |
| XYZ | 7.91 | 3.78 | 19.71 | - |
| YUV | 45.56 | 172.84 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 8 | 125 | 0.29 | 0.94 | 0 | 0.51 | 281.54 | 0.88 | 0.26 |
| Hex | 59 | 8 | 7D | 1D | 5E | 0 | 33 | 11A | 58 | 1A |
| Octal | 131 | 10 | 175 | 35 | 136 | 0 | 63 | 432 | 130 | 32 |
| Binary | 1011001 | 1000 | 1111101 | 11101 | 1011110 | 0 | 110011 | 100011010 | 1011000 | 11010 |
Color Harmonies of #59087D
Complementary color
Monochromatic Colors of #59087D
Black with #59087D
Text Example
Text Example
White with #59087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59087D; }
p { color: rgb(89,8,125); }
H1.HeaderClassName
{
color: #59087D;
}
.AnyTagClassName
{
color: #59087D;
}
</style>
background-color css
<style>
a { background-color: #59087D; }
a { background-color: rgb(89,8,125); }
div.DivClassName
{
background-color: #59087D;
}
.BgClassName
{
background-color: #59087D;
}
</style>
border-color css
<style>
span { border-color: #59087D; }
span { border-color: rgb(89,8,125); }
td.TdClassName
{
border-color: #59087D;
}
.TagClassName
{
border-color: #59087D;
}
</style>