Shades of Indigo #570C72
Tints of Indigo #570C72
RGB
CMYK
RGB Variations
Color information
#570C72 (or 0x570C72) is known color: Indigo. HEX triplet: 57, 0C and 72. RGB value is (87,12,114). Sum of RGB (Red+Green+Blue) = 87+12+114=213 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.85% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #570C72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570C72 is #A8F38D. Grayscale: #2D2D2D. Windows color (decimal): -11072398 or 7474263. OLE color: 7474263.
HSL color Cylindrical-coordinate representation of color #570C72: hue angle of 284.12º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #570C72 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 12 | 114 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.55 |
| HSL | 284.12º | 0.81% | 0.25% | - |
| HSV(B) | 284.12º | 0.89% | 0.45% | - |
| XYZ | 7.1 | 3.5 | 16.22 | - |
| YUV | 46.05 | 166.35 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 12 | 114 | 0.24 | 0.89 | 0 | 0.55 | 284.12 | 0.81 | 0.25 |
| Hex | 57 | C | 72 | 18 | 59 | 0 | 37 | 11C | 51 | 19 |
| Octal | 127 | 14 | 162 | 30 | 131 | 0 | 67 | 434 | 121 | 31 |
| Binary | 1010111 | 1100 | 1110010 | 11000 | 1011001 | 0 | 110111 | 100011100 | 1010001 | 11001 |
Color Harmonies of #570C72
Complementary color
Monochromatic Colors of #570C72
Black with #570C72
Text Example
Text Example
White with #570C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570C72; }
p { color: rgb(87,12,114); }
H1.HeaderClassName
{
color: #570C72;
}
.AnyTagClassName
{
color: #570C72;
}
</style>
background-color css
<style>
a { background-color: #570C72; }
a { background-color: rgb(87,12,114); }
div.DivClassName
{
background-color: #570C72;
}
.BgClassName
{
background-color: #570C72;
}
</style>
border-color css
<style>
span { border-color: #570C72; }
span { border-color: rgb(87,12,114); }
td.TdClassName
{
border-color: #570C72;
}
.TagClassName
{
border-color: #570C72;
}
</style>