Shades of Indigo #570072
Tints of Indigo #570072
RGB
CMYK
RGB Variations
Color information
#570072 (or 0x570072) is known color: Indigo. HEX triplet: 57, 00 and 72. RGB value is (87,0,114). Sum of RGB (Red+Green+Blue) = 87+0+114=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #570072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570072 is #A8FF8D. Grayscale: #262626. Windows color (decimal): -11075470 or 7471191. OLE color: 7471191.
HSL color Cylindrical-coordinate representation of color #570072: hue angle of 285.79º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #570072 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 0 | 114 | - |
| CMYK | 0.24 | 1 | 0 | 0.55 |
| HSL | 285.79º | 1% | 0.22% | - |
| HSV(B) | 285.79º | 1% | 0.45% | - |
| XYZ | 6.97 | 3.24 | 16.18 | - |
| YUV | 39.01 | 170.32 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 0 | 114 | 0.24 | 1 | 0 | 0.55 | 285.79 | 1 | 0.22 |
| Hex | 57 | 0 | 72 | 18 | 64 | 0 | 37 | 11E | 64 | 16 |
| Octal | 127 | 0 | 162 | 30 | 144 | 0 | 67 | 436 | 144 | 26 |
| Binary | 1010111 | 0 | 1110010 | 11000 | 1100100 | 0 | 110111 | 100011110 | 1100100 | 10110 |
Color Harmonies of #570072
Complementary color
Monochromatic Colors of #570072
Black with #570072
Text Example
Text Example
White with #570072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570072; }
p { color: rgb(87,0,114); }
H1.HeaderClassName
{
color: #570072;
}
.AnyTagClassName
{
color: #570072;
}
</style>
background-color css
<style>
a { background-color: #570072; }
a { background-color: rgb(87,0,114); }
div.DivClassName
{
background-color: #570072;
}
.BgClassName
{
background-color: #570072;
}
</style>
border-color css
<style>
span { border-color: #570072; }
span { border-color: rgb(87,0,114); }
td.TdClassName
{
border-color: #570072;
}
.TagClassName
{
border-color: #570072;
}
</style>