Shades of Indigo #59097F
Tints of Indigo #59097F
RGB
CMYK
RGB Variations
Color information
#59097F (or 0x59097F) is known color: Indigo. HEX triplet: 59, 09 and 7F. RGB value is (89,9,127). Sum of RGB (Red+Green+Blue) = 89+9+127=225 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.56% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #59097F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59097F is #A6F680. Grayscale: #2D2D2D. Windows color (decimal): -10942081 or 8325465. OLE color: 8325465.
HSL color Cylindrical-coordinate representation of color #59097F: hue angle of 280.68º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #59097F is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 9 | 127 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.50 |
| HSL | 280.68º | 0.87% | 0.27% | - |
| HSV(B) | 280.68º | 0.93% | 0.5% | - |
| XYZ | 8.05 | 3.85 | 20.4 | - |
| YUV | 46.37 | 173.5 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 9 | 127 | 0.30 | 0.93 | 0 | 0.50 | 280.68 | 0.87 | 0.27 |
| Hex | 59 | 9 | 7F | 1E | 5D | 0 | 32 | 119 | 57 | 1B |
| Octal | 131 | 11 | 177 | 36 | 135 | 0 | 62 | 431 | 127 | 33 |
| Binary | 1011001 | 1001 | 1111111 | 11110 | 1011101 | 0 | 110010 | 100011001 | 1010111 | 11011 |
Color Harmonies of #59097F
Complementary color
Monochromatic Colors of #59097F
Black with #59097F
Text Example
Text Example
White with #59097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59097F; }
p { color: rgb(89,9,127); }
H1.HeaderClassName
{
color: #59097F;
}
.AnyTagClassName
{
color: #59097F;
}
</style>
background-color css
<style>
a { background-color: #59097F; }
a { background-color: rgb(89,9,127); }
div.DivClassName
{
background-color: #59097F;
}
.BgClassName
{
background-color: #59097F;
}
</style>
border-color css
<style>
span { border-color: #59097F; }
span { border-color: rgb(89,9,127); }
td.TdClassName
{
border-color: #59097F;
}
.TagClassName
{
border-color: #59097F;
}
</style>