Shades of Indigo #570170
Tints of Indigo #570170
RGB
CMYK
RGB Variations
Color information
#570170 (or 0x570170) is known color: Indigo. HEX triplet: 57, 01 and 70. RGB value is (87,1,112). Sum of RGB (Red+Green+Blue) = 87+1+112=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #570170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570170 is #A8FE8F. Grayscale: #272727. Windows color (decimal): -11075216 or 7340375. OLE color: 7340375.
HSL color Cylindrical-coordinate representation of color #570170: hue angle of 286.49º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #570170 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 87 | 1 | 112 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.56 |
| HSL | 286.49º | 0.98% | 0.22% | - |
| HSV(B) | 286.49º | 0.99% | 0.44% | - |
| XYZ | 6.87 | 3.22 | 15.59 | - |
| YUV | 39.37 | 168.99 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 1 | 112 | 0.22 | 0.99 | 0 | 0.56 | 286.49 | 0.98 | 0.22 |
| Hex | 57 | 1 | 70 | 16 | 63 | 0 | 38 | 11E | 62 | 16 |
| Octal | 127 | 1 | 160 | 26 | 143 | 0 | 70 | 436 | 142 | 26 |
| Binary | 1010111 | 1 | 1110000 | 10110 | 1100011 | 0 | 111000 | 100011110 | 1100010 | 10110 |
Color Harmonies of #570170
Complementary color
Monochromatic Colors of #570170
Black with #570170
Text Example
Text Example
White with #570170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570170; }
p { color: rgb(87,1,112); }
H1.HeaderClassName
{
color: #570170;
}
.AnyTagClassName
{
color: #570170;
}
</style>
background-color css
<style>
a { background-color: #570170; }
a { background-color: rgb(87,1,112); }
div.DivClassName
{
background-color: #570170;
}
.BgClassName
{
background-color: #570170;
}
</style>
border-color css
<style>
span { border-color: #570170; }
span { border-color: rgb(87,1,112); }
td.TdClassName
{
border-color: #570170;
}
.TagClassName
{
border-color: #570170;
}
</style>