Shades of Indigo #570E69
Tints of Indigo #570E69
RGB
CMYK
RGB Variations
Color information
#570E69 (or 0x570E69) is known color: Indigo. HEX triplet: 57, 0E and 69. RGB value is (87,14,105). Sum of RGB (Red+Green+Blue) = 87+14+105=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 14 (5.86% from 255 or 6.80% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #570E69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570E69 is #A8F196. Grayscale: #2D2D2D. Windows color (decimal): -11071895 or 6884951. OLE color: 6884951.
HSL color Cylindrical-coordinate representation of color #570E69: hue angle of 288.13º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #570E69 is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 87 | 14 | 105 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.59 |
| HSL | 288.13º | 0.76% | 0.23% | - |
| HSV(B) | 288.13º | 0.87% | 0.41% | - |
| XYZ | 6.64 | 3.36 | 13.66 | - |
| YUV | 46.2 | 161.18 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 14 | 105 | 0.17 | 0.87 | 0 | 0.59 | 288.13 | 0.76 | 0.23 |
| Hex | 57 | E | 69 | 11 | 57 | 0 | 3B | 120 | 4C | 17 |
| Octal | 127 | 16 | 151 | 21 | 127 | 0 | 73 | 440 | 114 | 27 |
| Binary | 1010111 | 1110 | 1101001 | 10001 | 1010111 | 0 | 111011 | 100100000 | 1001100 | 10111 |
Color Harmonies of #570E69
Complementary color
Monochromatic Colors of #570E69
Black with #570E69
Text Example
Text Example
White with #570E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570E69; }
p { color: rgb(87,14,105); }
H1.HeaderClassName
{
color: #570E69;
}
.AnyTagClassName
{
color: #570E69;
}
</style>
background-color css
<style>
a { background-color: #570E69; }
a { background-color: rgb(87,14,105); }
div.DivClassName
{
background-color: #570E69;
}
.BgClassName
{
background-color: #570E69;
}
</style>
border-color css
<style>
span { border-color: #570E69; }
span { border-color: rgb(87,14,105); }
td.TdClassName
{
border-color: #570E69;
}
.TagClassName
{
border-color: #570E69;
}
</style>