Shades of Indigo #570575
Tints of Indigo #570575
RGB
CMYK
RGB Variations
Color information
#570575 (or 0x570575) is known color: Indigo. HEX triplet: 57, 05 and 75. RGB value is (87,5,117). Sum of RGB (Red+Green+Blue) = 87+5+117=209 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.63% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #570575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570575 is #A8FA8A. Grayscale: #292929. Windows color (decimal): -11074187 or 7669079. OLE color: 7669079.
HSL color Cylindrical-coordinate representation of color #570575: hue angle of 283.93º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #570575 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 87 | 5 | 117 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.54 |
| HSL | 283.93º | 0.92% | 0.24% | - |
| HSV(B) | 283.93º | 0.96% | 0.46% | - |
| XYZ | 7.2 | 3.42 | 17.11 | - |
| YUV | 42.29 | 170.17 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 5 | 117 | 0.26 | 0.96 | 0 | 0.54 | 283.93 | 0.92 | 0.24 |
| Hex | 57 | 5 | 75 | 1A | 60 | 0 | 36 | 11C | 5C | 18 |
| Octal | 127 | 5 | 165 | 32 | 140 | 0 | 66 | 434 | 134 | 30 |
| Binary | 1010111 | 101 | 1110101 | 11010 | 1100000 | 0 | 110110 | 100011100 | 1011100 | 11000 |
Color Harmonies of #570575
Complementary color
Monochromatic Colors of #570575
Black with #570575
Text Example
Text Example
White with #570575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570575; }
p { color: rgb(87,5,117); }
H1.HeaderClassName
{
color: #570575;
}
.AnyTagClassName
{
color: #570575;
}
</style>
background-color css
<style>
a { background-color: #570575; }
a { background-color: rgb(87,5,117); }
div.DivClassName
{
background-color: #570575;
}
.BgClassName
{
background-color: #570575;
}
</style>
border-color css
<style>
span { border-color: #570575; }
span { border-color: rgb(87,5,117); }
td.TdClassName
{
border-color: #570575;
}
.TagClassName
{
border-color: #570575;
}
</style>