Shades of Indigo #59089D
Tints of Indigo #59089D
RGB
CMYK
RGB Variations
Color information
#59089D (or 0x59089D) is known color: Indigo. HEX triplet: 59, 08 and 9D. RGB value is (89,8,157). Sum of RGB (Red+Green+Blue) = 89+8+157=254 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.04% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 157 (61.72% from 255 or 61.81% from 254); Max value from RGB is 157 - color contains mainly: blue. Hex color #59089D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59089D is #A6F762. Grayscale: #303030. Windows color (decimal): -10942307 or 10291289. OLE color: 10291289.
HSL color Cylindrical-coordinate representation of color #59089D: hue angle of 272.62º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #59089D is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 8 | 157 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.38 |
| HSL | 272.62º | 0.9% | 0.32% | - |
| HSV(B) | 272.62º | 0.95% | 0.62% | - |
| XYZ | 10.29 | 4.73 | 32.27 | - |
| YUV | 49.21 | 188.84 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 8 | 157 | 0.43 | 0.95 | 0 | 0.38 | 272.62 | 0.9 | 0.32 |
| Hex | 59 | 8 | 9D | 2B | 5F | 0 | 26 | 111 | 5A | 20 |
| Octal | 131 | 10 | 235 | 53 | 137 | 0 | 46 | 421 | 132 | 40 |
| Binary | 1011001 | 1000 | 10011101 | 101011 | 1011111 | 0 | 100110 | 100010001 | 1011010 | 100000 |
Color Harmonies of #59089D
Complementary color
Monochromatic Colors of #59089D
Black with #59089D
Text Example
Text Example
White with #59089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59089D; }
p { color: rgb(89,8,157); }
H1.HeaderClassName
{
color: #59089D;
}
.AnyTagClassName
{
color: #59089D;
}
</style>
background-color css
<style>
a { background-color: #59089D; }
a { background-color: rgb(89,8,157); }
div.DivClassName
{
background-color: #59089D;
}
.BgClassName
{
background-color: #59089D;
}
</style>
border-color css
<style>
span { border-color: #59089D; }
span { border-color: rgb(89,8,157); }
td.TdClassName
{
border-color: #59089D;
}
.TagClassName
{
border-color: #59089D;
}
</style>