Shades of Indigo #57109F
Tints of Indigo #57109F
RGB
CMYK
RGB Variations
Color information
#57109F (or 0x57109F) is known color: Indigo. HEX triplet: 57, 10 and 9F. RGB value is (87,16,159). Sum of RGB (Red+Green+Blue) = 87+16+159=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 159 (62.5% from 255 or 60.69% from 262); Max value from RGB is 159 - color contains mainly: blue. Hex color #57109F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57109F is #A8EF60. Grayscale: #353535. Windows color (decimal): -11071329 or 10424407. OLE color: 10424407.
HSL color Cylindrical-coordinate representation of color #57109F: hue angle of 269.79º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #57109F is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 87 | 16 | 159 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.38 |
| HSL | 269.79º | 0.82% | 0.34% | - |
| HSV(B) | 269.79º | 0.9% | 0.62% | - |
| XYZ | 10.37 | 4.9 | 33.2 | - |
| YUV | 53.53 | 187.52 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 16 | 159 | 0.45 | 0.90 | 0 | 0.38 | 269.79 | 0.82 | 0.34 |
| Hex | 57 | 10 | 9F | 2D | 5A | 0 | 26 | 10E | 52 | 22 |
| Octal | 127 | 20 | 237 | 55 | 132 | 0 | 46 | 416 | 122 | 42 |
| Binary | 1010111 | 10000 | 10011111 | 101101 | 1011010 | 0 | 100110 | 100001110 | 1010010 | 100010 |
Color Harmonies of #57109F
Complementary color
Monochromatic Colors of #57109F
Black with #57109F
Text Example
Text Example
White with #57109F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57109F; }
p { color: rgb(87,16,159); }
H1.HeaderClassName
{
color: #57109F;
}
.AnyTagClassName
{
color: #57109F;
}
</style>
background-color css
<style>
a { background-color: #57109F; }
a { background-color: rgb(87,16,159); }
div.DivClassName
{
background-color: #57109F;
}
.BgClassName
{
background-color: #57109F;
}
</style>
border-color css
<style>
span { border-color: #57109F; }
span { border-color: rgb(87,16,159); }
td.TdClassName
{
border-color: #57109F;
}
.TagClassName
{
border-color: #57109F;
}
</style>