Shades of Indigo #570B6C
Tints of Indigo #570B6C
RGB
CMYK
RGB Variations
Color information
#570B6C (or 0x570B6C) is known color: Indigo. HEX triplet: 57, 0B and 6C. RGB value is (87,11,108). Sum of RGB (Red+Green+Blue) = 87+11+108=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 11 (4.69% from 255 or 5.34% from 206); Blue value is 108 (42.58% from 255 or 52.43% from 206); Max value from RGB is 108 - color contains mainly: blue. Hex color #570B6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570B6C is #A8F493. Grayscale: #2C2C2C. Windows color (decimal): -11072660 or 7080791. OLE color: 7080791.
HSL color Cylindrical-coordinate representation of color #570B6C: hue angle of 287.01º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #570B6C is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 87 | 11 | 108 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.58 |
| HSL | 287.01º | 0.82% | 0.23% | - |
| HSV(B) | 287.01º | 0.9% | 0.42% | - |
| XYZ | 6.76 | 3.35 | 14.48 | - |
| YUV | 44.78 | 163.68 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 11 | 108 | 0.19 | 0.90 | 0 | 0.58 | 287.01 | 0.82 | 0.23 |
| Hex | 57 | B | 6C | 13 | 5A | 0 | 3A | 11F | 52 | 17 |
| Octal | 127 | 13 | 154 | 23 | 132 | 0 | 72 | 437 | 122 | 27 |
| Binary | 1010111 | 1011 | 1101100 | 10011 | 1011010 | 0 | 111010 | 100011111 | 1010010 | 10111 |
Color Harmonies of #570B6C
Complementary color
Monochromatic Colors of #570B6C
Black with #570B6C
Text Example
Text Example
White with #570B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570B6C; }
p { color: rgb(87,11,108); }
H1.HeaderClassName
{
color: #570B6C;
}
.AnyTagClassName
{
color: #570B6C;
}
</style>
background-color css
<style>
a { background-color: #570B6C; }
a { background-color: rgb(87,11,108); }
div.DivClassName
{
background-color: #570B6C;
}
.BgClassName
{
background-color: #570B6C;
}
</style>
border-color css
<style>
span { border-color: #570B6C; }
span { border-color: rgb(87,11,108); }
td.TdClassName
{
border-color: #570B6C;
}
.TagClassName
{
border-color: #570B6C;
}
</style>