Shades of Indigo #570270
Tints of Indigo #570270
RGB
CMYK
RGB Variations
Color information
#570270 (or 0x570270) is known color: Indigo. HEX triplet: 57, 02 and 70. RGB value is (87,2,112). Sum of RGB (Red+Green+Blue) = 87+2+112=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #570270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570270 is #A8FD8F. Grayscale: #272727. Windows color (decimal): -11074960 or 7340631. OLE color: 7340631.
HSL color Cylindrical-coordinate representation of color #570270: hue angle of 286.36º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #570270 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 87 | 2 | 112 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.56 |
| HSL | 286.36º | 0.96% | 0.22% | - |
| HSV(B) | 286.36º | 0.98% | 0.44% | - |
| XYZ | 6.88 | 3.24 | 15.59 | - |
| YUV | 39.96 | 168.66 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 2 | 112 | 0.22 | 0.98 | 0 | 0.56 | 286.36 | 0.96 | 0.22 |
| Hex | 57 | 2 | 70 | 16 | 62 | 0 | 38 | 11E | 60 | 16 |
| Octal | 127 | 2 | 160 | 26 | 142 | 0 | 70 | 436 | 140 | 26 |
| Binary | 1010111 | 10 | 1110000 | 10110 | 1100010 | 0 | 111000 | 100011110 | 1100000 | 10110 |
Color Harmonies of #570270
Complementary color
Monochromatic Colors of #570270
Black with #570270
Text Example
Text Example
White with #570270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570270; }
p { color: rgb(87,2,112); }
H1.HeaderClassName
{
color: #570270;
}
.AnyTagClassName
{
color: #570270;
}
</style>
background-color css
<style>
a { background-color: #570270; }
a { background-color: rgb(87,2,112); }
div.DivClassName
{
background-color: #570270;
}
.BgClassName
{
background-color: #570270;
}
</style>
border-color css
<style>
span { border-color: #570270; }
span { border-color: rgb(87,2,112); }
td.TdClassName
{
border-color: #570270;
}
.TagClassName
{
border-color: #570270;
}
</style>