Shades of Indigo #570B7C
Tints of Indigo #570B7C
RGB
CMYK
RGB Variations
Color information
#570B7C (or 0x570B7C) is known color: Indigo. HEX triplet: 57, 0B and 7C. RGB value is (87,11,124). Sum of RGB (Red+Green+Blue) = 87+11+124=222 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.19% from 222); Green value is 11 (4.69% from 255 or 4.95% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #570B7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570B7C is #A8F483. Grayscale: #2E2E2E. Windows color (decimal): -11072644 or 8129367. OLE color: 8129367.
HSL color Cylindrical-coordinate representation of color #570B7C: hue angle of 280.35º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #570B7C is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 11 | 124 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.51 |
| HSL | 280.35º | 0.84% | 0.26% | - |
| HSV(B) | 280.35º | 0.91% | 0.49% | - |
| XYZ | 7.69 | 3.72 | 19.38 | - |
| YUV | 46.61 | 171.68 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 11 | 124 | 0.30 | 0.91 | 0 | 0.51 | 280.35 | 0.84 | 0.26 |
| Hex | 57 | B | 7C | 1E | 5B | 0 | 33 | 118 | 54 | 1A |
| Octal | 127 | 13 | 174 | 36 | 133 | 0 | 63 | 430 | 124 | 32 |
| Binary | 1010111 | 1011 | 1111100 | 11110 | 1011011 | 0 | 110011 | 100011000 | 1010100 | 11010 |
Color Harmonies of #570B7C
Complementary color
Monochromatic Colors of #570B7C
Black with #570B7C
Text Example
Text Example
White with #570B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570B7C; }
p { color: rgb(87,11,124); }
H1.HeaderClassName
{
color: #570B7C;
}
.AnyTagClassName
{
color: #570B7C;
}
</style>
background-color css
<style>
a { background-color: #570B7C; }
a { background-color: rgb(87,11,124); }
div.DivClassName
{
background-color: #570B7C;
}
.BgClassName
{
background-color: #570B7C;
}
</style>
border-color css
<style>
span { border-color: #570B7C; }
span { border-color: rgb(87,11,124); }
td.TdClassName
{
border-color: #570B7C;
}
.TagClassName
{
border-color: #570B7C;
}
</style>