Shades of Indigo #571177
Tints of Indigo #571177
RGB
CMYK
RGB Variations
Color information
#571177 (or 0x571177) is known color: Indigo. HEX triplet: 57, 11 and 77. RGB value is (87,17,119). Sum of RGB (Red+Green+Blue) = 87+17+119=223 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.01% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #571177 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571177 is #A8EE88. Grayscale: #313131. Windows color (decimal): -11071113 or 7803223. OLE color: 7803223.
HSL color Cylindrical-coordinate representation of color #571177: hue angle of 281.18º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #571177 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 87 | 17 | 119 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.53 |
| HSL | 281.18º | 0.75% | 0.27% | - |
| HSV(B) | 281.18º | 0.86% | 0.47% | - |
| XYZ | 7.46 | 3.76 | 17.79 | - |
| YUV | 49.56 | 167.19 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 17 | 119 | 0.27 | 0.86 | 0 | 0.53 | 281.18 | 0.75 | 0.27 |
| Hex | 57 | 11 | 77 | 1B | 56 | 0 | 35 | 119 | 4B | 1B |
| Octal | 127 | 21 | 167 | 33 | 126 | 0 | 65 | 431 | 113 | 33 |
| Binary | 1010111 | 10001 | 1110111 | 11011 | 1010110 | 0 | 110101 | 100011001 | 1001011 | 11011 |
Color Harmonies of #571177
Complementary color
Monochromatic Colors of #571177
Black with #571177
Text Example
Text Example
White with #571177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571177; }
p { color: rgb(87,17,119); }
H1.HeaderClassName
{
color: #571177;
}
.AnyTagClassName
{
color: #571177;
}
</style>
background-color css
<style>
a { background-color: #571177; }
a { background-color: rgb(87,17,119); }
div.DivClassName
{
background-color: #571177;
}
.BgClassName
{
background-color: #571177;
}
</style>
border-color css
<style>
span { border-color: #571177; }
span { border-color: rgb(87,17,119); }
td.TdClassName
{
border-color: #571177;
}
.TagClassName
{
border-color: #571177;
}
</style>