Shades of Indigo #570070
Tints of Indigo #570070
RGB
CMYK
RGB Variations
Color information
#570070 (or 0x570070) is known color: Indigo. HEX triplet: 57, 00 and 70. RGB value is (87,0,112). Sum of RGB (Red+Green+Blue) = 87+0+112=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #570070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570070 is #A8FF8F. Grayscale: #262626. Windows color (decimal): -11075472 or 7340119. OLE color: 7340119.
HSL color Cylindrical-coordinate representation of color #570070: hue angle of 286.61º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #570070 is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 87 | 0 | 112 | - |
| CMYK | 0.22 | 1 | 0 | 0.56 |
| HSL | 286.61º | 1% | 0.22% | - |
| HSV(B) | 286.61º | 1% | 0.44% | - |
| XYZ | 6.86 | 3.2 | 15.58 | - |
| YUV | 38.78 | 169.32 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 0 | 112 | 0.22 | 1 | 0 | 0.56 | 286.61 | 1 | 0.22 |
| Hex | 57 | 0 | 70 | 16 | 64 | 0 | 38 | 11F | 64 | 16 |
| Octal | 127 | 0 | 160 | 26 | 144 | 0 | 70 | 437 | 144 | 26 |
| Binary | 1010111 | 0 | 1110000 | 10110 | 1100100 | 0 | 111000 | 100011111 | 1100100 | 10110 |
Color Harmonies of #570070
Complementary color
Monochromatic Colors of #570070
Black with #570070
Text Example
Text Example
White with #570070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570070; }
p { color: rgb(87,0,112); }
H1.HeaderClassName
{
color: #570070;
}
.AnyTagClassName
{
color: #570070;
}
</style>
background-color css
<style>
a { background-color: #570070; }
a { background-color: rgb(87,0,112); }
div.DivClassName
{
background-color: #570070;
}
.BgClassName
{
background-color: #570070;
}
</style>
border-color css
<style>
span { border-color: #570070; }
span { border-color: rgb(87,0,112); }
td.TdClassName
{
border-color: #570070;
}
.TagClassName
{
border-color: #570070;
}
</style>