Shades of Indigo #570172
Tints of Indigo #570172
RGB
CMYK
RGB Variations
Color information
#570172 (or 0x570172) is known color: Indigo. HEX triplet: 57, 01 and 72. RGB value is (87,1,114). Sum of RGB (Red+Green+Blue) = 87+1+114=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #570172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570172 is #A8FE8D. Grayscale: #272727. Windows color (decimal): -11075214 or 7471447. OLE color: 7471447.
HSL color Cylindrical-coordinate representation of color #570172: hue angle of 285.66º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #570172 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 1 | 114 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.55 |
| HSL | 285.66º | 0.98% | 0.23% | - |
| HSV(B) | 285.66º | 0.99% | 0.45% | - |
| XYZ | 6.98 | 3.26 | 16.18 | - |
| YUV | 39.6 | 169.99 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 1 | 114 | 0.24 | 0.99 | 0 | 0.55 | 285.66 | 0.98 | 0.23 |
| Hex | 57 | 1 | 72 | 18 | 63 | 0 | 37 | 11E | 62 | 17 |
| Octal | 127 | 1 | 162 | 30 | 143 | 0 | 67 | 436 | 142 | 27 |
| Binary | 1010111 | 1 | 1110010 | 11000 | 1100011 | 0 | 110111 | 100011110 | 1100010 | 10111 |
Color Harmonies of #570172
Complementary color
Monochromatic Colors of #570172
Black with #570172
Text Example
Text Example
White with #570172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570172; }
p { color: rgb(87,1,114); }
H1.HeaderClassName
{
color: #570172;
}
.AnyTagClassName
{
color: #570172;
}
</style>
background-color css
<style>
a { background-color: #570172; }
a { background-color: rgb(87,1,114); }
div.DivClassName
{
background-color: #570172;
}
.BgClassName
{
background-color: #570172;
}
</style>
border-color css
<style>
span { border-color: #570172; }
span { border-color: rgb(87,1,114); }
td.TdClassName
{
border-color: #570172;
}
.TagClassName
{
border-color: #570172;
}
</style>