Shades of Indigo #570E6E
Tints of Indigo #570E6E
RGB
CMYK
RGB Variations
Color information
#570E6E (or 0x570E6E) is known color: Indigo. HEX triplet: 57, 0E and 6E. RGB value is (87,14,110). Sum of RGB (Red+Green+Blue) = 87+14+110=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 14 (5.86% from 255 or 6.64% from 211); Blue value is 110 (43.36% from 255 or 52.13% from 211); Max value from RGB is 110 - color contains mainly: blue. Hex color #570E6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570E6E is #A8F191. Grayscale: #2E2E2E. Windows color (decimal): -11071890 or 7212631. OLE color: 7212631.
HSL color Cylindrical-coordinate representation of color #570E6E: hue angle of 285.62º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #570E6E is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 87 | 14 | 110 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.57 |
| HSL | 285.63º | 0.77% | 0.24% | - |
| HSV(B) | 285.63º | 0.87% | 0.43% | - |
| XYZ | 6.9 | 3.47 | 15.06 | - |
| YUV | 46.77 | 163.68 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 14 | 110 | 0.21 | 0.87 | 0 | 0.57 | 285.63 | 0.77 | 0.24 |
| Hex | 57 | E | 6E | 15 | 57 | 0 | 39 | 11E | 4D | 18 |
| Octal | 127 | 16 | 156 | 25 | 127 | 0 | 71 | 436 | 115 | 30 |
| Binary | 1010111 | 1110 | 1101110 | 10101 | 1010111 | 0 | 111001 | 100011110 | 1001101 | 11000 |
Color Harmonies of #570E6E
Complementary color
Monochromatic Colors of #570E6E
Black with #570E6E
Text Example
Text Example
White with #570E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570E6E; }
p { color: rgb(87,14,110); }
H1.HeaderClassName
{
color: #570E6E;
}
.AnyTagClassName
{
color: #570E6E;
}
</style>
background-color css
<style>
a { background-color: #570E6E; }
a { background-color: rgb(87,14,110); }
div.DivClassName
{
background-color: #570E6E;
}
.BgClassName
{
background-color: #570E6E;
}
</style>
border-color css
<style>
span { border-color: #570E6E; }
span { border-color: rgb(87,14,110); }
td.TdClassName
{
border-color: #570E6E;
}
.TagClassName
{
border-color: #570E6E;
}
</style>