Shades of Indigo #570166
Tints of Indigo #570166
RGB
CMYK
RGB Variations
Color information
#570166 (or 0x570166) is known color: Indigo. HEX triplet: 57, 01 and 66. RGB value is (87,1,102). Sum of RGB (Red+Green+Blue) = 87+1+102=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 102 (40.23% from 255 or 53.68% from 190); Max value from RGB is 102 - color contains mainly: blue. Hex color #570166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570166 is #A8FE99. Grayscale: #252525. Windows color (decimal): -11075226 or 6685015. OLE color: 6685015.
HSL color Cylindrical-coordinate representation of color #570166: hue angle of 291.09º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #570166 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 87 | 1 | 102 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.6 |
| HSL | 291.09º | 0.98% | 0.2% | - |
| HSV(B) | 291.09º | 0.99% | 0.4% | - |
| XYZ | 6.34 | 3.01 | 12.82 | - |
| YUV | 38.23 | 163.99 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 1 | 102 | 0.15 | 0.99 | 0 | 0.6 | 291.09 | 0.98 | 0.2 |
| Hex | 57 | 1 | 66 | F | 63 | 0 | 3C | 123 | 62 | 14 |
| Octal | 127 | 1 | 146 | 17 | 143 | 0 | 74 | 443 | 142 | 24 |
| Binary | 1010111 | 1 | 1100110 | 1111 | 1100011 | 0 | 111100 | 100100011 | 1100010 | 10100 |
Color Harmonies of #570166
Complementary color
Monochromatic Colors of #570166
Black with #570166
Text Example
Text Example
White with #570166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570166; }
p { color: rgb(87,1,102); }
H1.HeaderClassName
{
color: #570166;
}
.AnyTagClassName
{
color: #570166;
}
</style>
background-color css
<style>
a { background-color: #570166; }
a { background-color: rgb(87,1,102); }
div.DivClassName
{
background-color: #570166;
}
.BgClassName
{
background-color: #570166;
}
</style>
border-color css
<style>
span { border-color: #570166; }
span { border-color: rgb(87,1,102); }
td.TdClassName
{
border-color: #570166;
}
.TagClassName
{
border-color: #570166;
}
</style>