Shades of Indigo #57166E
Tints of Indigo #57166E
RGB
CMYK
RGB Variations
Color information
#57166E (or 0x57166E) is known color: Indigo. HEX triplet: 57, 16 and 6E. RGB value is (87,22,110). Sum of RGB (Red+Green+Blue) = 87+22+110=219 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.73% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 110 (43.36% from 255 or 50.23% from 219); Max value from RGB is 110 - color contains mainly: blue. Hex color #57166E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57166E is #A8E991. Grayscale: #333333. Windows color (decimal): -11069842 or 7214679. OLE color: 7214679.
HSL color Cylindrical-coordinate representation of color #57166E: hue angle of 284.32º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #57166E is Cyan = 0.21, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 87 | 22 | 110 | - |
| CMYK | 0.21 | 0.8 | 0 | 0.57 |
| HSL | 284.32º | 0.67% | 0.26% | - |
| HSV(B) | 284.32º | 0.8% | 0.43% | - |
| XYZ | 7.03 | 3.73 | 15.1 | - |
| YUV | 51.47 | 161.03 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 22 | 110 | 0.21 | 0.8 | 0 | 0.57 | 284.32 | 0.67 | 0.26 |
| Hex | 57 | 16 | 6E | 15 | 50 | 0 | 39 | 11C | 43 | 1A |
| Octal | 127 | 26 | 156 | 25 | 120 | 0 | 71 | 434 | 103 | 32 |
| Binary | 1010111 | 10110 | 1101110 | 10101 | 1010000 | 0 | 111001 | 100011100 | 1000011 | 11010 |
Color Harmonies of #57166E
Complementary color
Monochromatic Colors of #57166E
Black with #57166E
Text Example
Text Example
White with #57166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57166E; }
p { color: rgb(87,22,110); }
H1.HeaderClassName
{
color: #57166E;
}
.AnyTagClassName
{
color: #57166E;
}
</style>
background-color css
<style>
a { background-color: #57166E; }
a { background-color: rgb(87,22,110); }
div.DivClassName
{
background-color: #57166E;
}
.BgClassName
{
background-color: #57166E;
}
</style>
border-color css
<style>
span { border-color: #57166E; }
span { border-color: rgb(87,22,110); }
td.TdClassName
{
border-color: #57166E;
}
.TagClassName
{
border-color: #57166E;
}
</style>