Shades of Indigo #571678
Tints of Indigo #571678
RGB
CMYK
RGB Variations
Color information
#571678 (or 0x571678) is known color: Indigo. HEX triplet: 57, 16 and 78. RGB value is (87,22,120). Sum of RGB (Red+Green+Blue) = 87+22+120=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #571678 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571678 is #A8E987. Grayscale: #343434. Windows color (decimal): -11069832 or 7870039. OLE color: 7870039.
HSL color Cylindrical-coordinate representation of color #571678: hue angle of 279.8º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #571678 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 87 | 22 | 120 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.53 |
| HSL | 279.8º | 0.69% | 0.28% | - |
| HSV(B) | 279.8º | 0.82% | 0.47% | - |
| XYZ | 7.61 | 3.96 | 18.13 | - |
| YUV | 52.61 | 166.03 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 22 | 120 | 0.28 | 0.82 | 0 | 0.53 | 279.8 | 0.69 | 0.28 |
| Hex | 57 | 16 | 78 | 1C | 52 | 0 | 35 | 118 | 45 | 1C |
| Octal | 127 | 26 | 170 | 34 | 122 | 0 | 65 | 430 | 105 | 34 |
| Binary | 1010111 | 10110 | 1111000 | 11100 | 1010010 | 0 | 110101 | 100011000 | 1000101 | 11100 |
Color Harmonies of #571678
Complementary color
Monochromatic Colors of #571678
Black with #571678
Text Example
Text Example
White with #571678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571678; }
p { color: rgb(87,22,120); }
H1.HeaderClassName
{
color: #571678;
}
.AnyTagClassName
{
color: #571678;
}
</style>
background-color css
<style>
a { background-color: #571678; }
a { background-color: rgb(87,22,120); }
div.DivClassName
{
background-color: #571678;
}
.BgClassName
{
background-color: #571678;
}
</style>
border-color css
<style>
span { border-color: #571678; }
span { border-color: rgb(87,22,120); }
td.TdClassName
{
border-color: #571678;
}
.TagClassName
{
border-color: #571678;
}
</style>