Shades of Indigo #570B73
Tints of Indigo #570B73
RGB
CMYK
RGB Variations
Color information
#570B73 (or 0x570B73) is known color: Indigo. HEX triplet: 57, 0B and 73. RGB value is (87,11,115). Sum of RGB (Red+Green+Blue) = 87+11+115=213 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.85% from 213); Green value is 11 (4.69% from 255 or 5.16% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #570B73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570B73 is #A8F48C. Grayscale: #2D2D2D. Windows color (decimal): -11072653 or 7539543. OLE color: 7539543.
HSL color Cylindrical-coordinate representation of color #570B73: hue angle of 283.85º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #570B73 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 11 | 115 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.55 |
| HSL | 283.85º | 0.83% | 0.25% | - |
| HSV(B) | 283.85º | 0.9% | 0.45% | - |
| XYZ | 7.14 | 3.5 | 16.52 | - |
| YUV | 45.58 | 167.18 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 11 | 115 | 0.24 | 0.90 | 0 | 0.55 | 283.85 | 0.83 | 0.25 |
| Hex | 57 | B | 73 | 18 | 5A | 0 | 37 | 11C | 53 | 19 |
| Octal | 127 | 13 | 163 | 30 | 132 | 0 | 67 | 434 | 123 | 31 |
| Binary | 1010111 | 1011 | 1110011 | 11000 | 1011010 | 0 | 110111 | 100011100 | 1010011 | 11001 |
Color Harmonies of #570B73
Complementary color
Monochromatic Colors of #570B73
Black with #570B73
Text Example
Text Example
White with #570B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570B73; }
p { color: rgb(87,11,115); }
H1.HeaderClassName
{
color: #570B73;
}
.AnyTagClassName
{
color: #570B73;
}
</style>
background-color css
<style>
a { background-color: #570B73; }
a { background-color: rgb(87,11,115); }
div.DivClassName
{
background-color: #570B73;
}
.BgClassName
{
background-color: #570B73;
}
</style>
border-color css
<style>
span { border-color: #570B73; }
span { border-color: rgb(87,11,115); }
td.TdClassName
{
border-color: #570B73;
}
.TagClassName
{
border-color: #570B73;
}
</style>