Shades of Indigo #570D73
Tints of Indigo #570D73
RGB
CMYK
RGB Variations
Color information
#570D73 (or 0x570D73) is known color: Indigo. HEX triplet: 57, 0D and 73. RGB value is (87,13,115). Sum of RGB (Red+Green+Blue) = 87+13+115=215 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.47% from 215); Green value is 13 (5.47% from 255 or 6.05% from 215); Blue value is 115 (45.31% from 255 or 53.49% from 215); Max value from RGB is 115 - color contains mainly: blue. Hex color #570D73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570D73 is #A8F28C. Grayscale: #2E2E2E. Windows color (decimal): -11072141 or 7540055. OLE color: 7540055.
HSL color Cylindrical-coordinate representation of color #570D73: hue angle of 283.53º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #570D73 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 13 | 115 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.55 |
| HSL | 283.53º | 0.8% | 0.25% | - |
| HSV(B) | 283.53º | 0.89% | 0.45% | - |
| XYZ | 7.17 | 3.55 | 16.53 | - |
| YUV | 46.75 | 166.52 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 13 | 115 | 0.24 | 0.89 | 0 | 0.55 | 283.53 | 0.8 | 0.25 |
| Hex | 57 | D | 73 | 18 | 59 | 0 | 37 | 11C | 50 | 19 |
| Octal | 127 | 15 | 163 | 30 | 131 | 0 | 67 | 434 | 120 | 31 |
| Binary | 1010111 | 1101 | 1110011 | 11000 | 1011001 | 0 | 110111 | 100011100 | 1010000 | 11001 |
Color Harmonies of #570D73
Complementary color
Monochromatic Colors of #570D73
Black with #570D73
Text Example
Text Example
White with #570D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570D73; }
p { color: rgb(87,13,115); }
H1.HeaderClassName
{
color: #570D73;
}
.AnyTagClassName
{
color: #570D73;
}
</style>
background-color css
<style>
a { background-color: #570D73; }
a { background-color: rgb(87,13,115); }
div.DivClassName
{
background-color: #570D73;
}
.BgClassName
{
background-color: #570D73;
}
</style>
border-color css
<style>
span { border-color: #570D73; }
span { border-color: rgb(87,13,115); }
td.TdClassName
{
border-color: #570D73;
}
.TagClassName
{
border-color: #570D73;
}
</style>