Shades of Indigo #570B7B
Tints of Indigo #570B7B
RGB
CMYK
RGB Variations
Color information
#570B7B (or 0x570B7B) is known color: Indigo. HEX triplet: 57, 0B and 7B. RGB value is (87,11,123). Sum of RGB (Red+Green+Blue) = 87+11+123=221 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.37% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 123 (48.44% from 255 or 55.66% from 221); Max value from RGB is 123 - color contains mainly: blue. Hex color #570B7B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570B7B is #A8F484. Grayscale: #2E2E2E. Windows color (decimal): -11072645 or 8063831. OLE color: 8063831.
HSL color Cylindrical-coordinate representation of color #570B7B: hue angle of 280.71º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #570B7B is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 87 | 11 | 123 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.52 |
| HSL | 280.71º | 0.84% | 0.26% | - |
| HSV(B) | 280.71º | 0.91% | 0.48% | - |
| XYZ | 7.63 | 3.7 | 19.05 | - |
| YUV | 46.49 | 171.18 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 11 | 123 | 0.29 | 0.91 | 0 | 0.52 | 280.71 | 0.84 | 0.26 |
| Hex | 57 | B | 7B | 1D | 5B | 0 | 34 | 119 | 54 | 1A |
| Octal | 127 | 13 | 173 | 35 | 133 | 0 | 64 | 431 | 124 | 32 |
| Binary | 1010111 | 1011 | 1111011 | 11101 | 1011011 | 0 | 110100 | 100011001 | 1010100 | 11010 |
Color Harmonies of #570B7B
Complementary color
Monochromatic Colors of #570B7B
Black with #570B7B
Text Example
Text Example
White with #570B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570B7B; }
p { color: rgb(87,11,123); }
H1.HeaderClassName
{
color: #570B7B;
}
.AnyTagClassName
{
color: #570B7B;
}
</style>
background-color css
<style>
a { background-color: #570B7B; }
a { background-color: rgb(87,11,123); }
div.DivClassName
{
background-color: #570B7B;
}
.BgClassName
{
background-color: #570B7B;
}
</style>
border-color css
<style>
span { border-color: #570B7B; }
span { border-color: rgb(87,11,123); }
td.TdClassName
{
border-color: #570B7B;
}
.TagClassName
{
border-color: #570B7B;
}
</style>