Shades of Indigo #570B68
Tints of Indigo #570B68
RGB
CMYK
RGB Variations
Color information
#570B68 (or 0x570B68) is known color: Indigo. HEX triplet: 57, 0B and 68. RGB value is (87,11,104). Sum of RGB (Red+Green+Blue) = 87+11+104=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #570B68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570B68 is #A8F497. Grayscale: #2C2C2C. Windows color (decimal): -11072664 or 6818647. OLE color: 6818647.
HSL color Cylindrical-coordinate representation of color #570B68: hue angle of 289.03º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #570B68 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 87 | 11 | 104 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.59 |
| HSL | 289.03º | 0.81% | 0.23% | - |
| HSV(B) | 289.03º | 0.89% | 0.41% | - |
| XYZ | 6.55 | 3.27 | 13.38 | - |
| YUV | 44.33 | 161.68 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 11 | 104 | 0.16 | 0.89 | 0 | 0.59 | 289.03 | 0.81 | 0.23 |
| Hex | 57 | B | 68 | 10 | 59 | 0 | 3B | 121 | 51 | 17 |
| Octal | 127 | 13 | 150 | 20 | 131 | 0 | 73 | 441 | 121 | 27 |
| Binary | 1010111 | 1011 | 1101000 | 10000 | 1011001 | 0 | 111011 | 100100001 | 1010001 | 10111 |
Color Harmonies of #570B68
Complementary color
Monochromatic Colors of #570B68
Black with #570B68
Text Example
Text Example
White with #570B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570B68; }
p { color: rgb(87,11,104); }
H1.HeaderClassName
{
color: #570B68;
}
.AnyTagClassName
{
color: #570B68;
}
</style>
background-color css
<style>
a { background-color: #570B68; }
a { background-color: rgb(87,11,104); }
div.DivClassName
{
background-color: #570B68;
}
.BgClassName
{
background-color: #570B68;
}
</style>
border-color css
<style>
span { border-color: #570B68; }
span { border-color: rgb(87,11,104); }
td.TdClassName
{
border-color: #570B68;
}
.TagClassName
{
border-color: #570B68;
}
</style>