Shades of Indigo #570D78
Tints of Indigo #570D78
RGB
CMYK
RGB Variations
Color information
#570D78 (or 0x570D78) is known color: Indigo. HEX triplet: 57, 0D and 78. RGB value is (87,13,120). Sum of RGB (Red+Green+Blue) = 87+13+120=220 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.55% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 120 (47.27% from 255 or 54.55% from 220); Max value from RGB is 120 - color contains mainly: blue. Hex color #570D78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570D78 is #A8F287. Grayscale: #2E2E2E. Windows color (decimal): -11072136 or 7867735. OLE color: 7867735.
HSL color Cylindrical-coordinate representation of color #570D78: hue angle of 281.5º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #570D78 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 87 | 13 | 120 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.53 |
| HSL | 281.5º | 0.8% | 0.26% | - |
| HSV(B) | 281.5º | 0.89% | 0.47% | - |
| XYZ | 7.46 | 3.67 | 18.08 | - |
| YUV | 47.32 | 169.02 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 13 | 120 | 0.28 | 0.89 | 0 | 0.53 | 281.5 | 0.8 | 0.26 |
| Hex | 57 | D | 78 | 1C | 59 | 0 | 35 | 119 | 50 | 1A |
| Octal | 127 | 15 | 170 | 34 | 131 | 0 | 65 | 431 | 120 | 32 |
| Binary | 1010111 | 1101 | 1111000 | 11100 | 1011001 | 0 | 110101 | 100011001 | 1010000 | 11010 |
Color Harmonies of #570D78
Complementary color
Monochromatic Colors of #570D78
Black with #570D78
Text Example
Text Example
White with #570D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570D78; }
p { color: rgb(87,13,120); }
H1.HeaderClassName
{
color: #570D78;
}
.AnyTagClassName
{
color: #570D78;
}
</style>
background-color css
<style>
a { background-color: #570D78; }
a { background-color: rgb(87,13,120); }
div.DivClassName
{
background-color: #570D78;
}
.BgClassName
{
background-color: #570D78;
}
</style>
border-color css
<style>
span { border-color: #570D78; }
span { border-color: rgb(87,13,120); }
td.TdClassName
{
border-color: #570D78;
}
.TagClassName
{
border-color: #570D78;
}
</style>