Shades of Indigo #570A72
Tints of Indigo #570A72
RGB
CMYK
RGB Variations
Color information
#570A72 (or 0x570A72) is known color: Indigo. HEX triplet: 57, 0A and 72. RGB value is (87,10,114). Sum of RGB (Red+Green+Blue) = 87+10+114=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #570A72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570A72 is #A8F58D. Grayscale: #2C2C2C. Windows color (decimal): -11072910 or 7473751. OLE color: 7473751.
HSL color Cylindrical-coordinate representation of color #570A72: hue angle of 284.42º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #570A72 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 10 | 114 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.55 |
| HSL | 284.42º | 0.84% | 0.24% | - |
| HSV(B) | 284.42º | 0.91% | 0.45% | - |
| XYZ | 7.08 | 3.46 | 16.21 | - |
| YUV | 44.88 | 167.01 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 10 | 114 | 0.24 | 0.91 | 0 | 0.55 | 284.42 | 0.84 | 0.24 |
| Hex | 57 | A | 72 | 18 | 5B | 0 | 37 | 11C | 54 | 18 |
| Octal | 127 | 12 | 162 | 30 | 133 | 0 | 67 | 434 | 124 | 30 |
| Binary | 1010111 | 1010 | 1110010 | 11000 | 1011011 | 0 | 110111 | 100011100 | 1010100 | 11000 |
Color Harmonies of #570A72
Complementary color
Monochromatic Colors of #570A72
Black with #570A72
Text Example
Text Example
White with #570A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570A72; }
p { color: rgb(87,10,114); }
H1.HeaderClassName
{
color: #570A72;
}
.AnyTagClassName
{
color: #570A72;
}
</style>
background-color css
<style>
a { background-color: #570A72; }
a { background-color: rgb(87,10,114); }
div.DivClassName
{
background-color: #570A72;
}
.BgClassName
{
background-color: #570A72;
}
</style>
border-color css
<style>
span { border-color: #570A72; }
span { border-color: rgb(87,10,114); }
td.TdClassName
{
border-color: #570A72;
}
.TagClassName
{
border-color: #570A72;
}
</style>