Shades of Indigo #57177E
Tints of Indigo #57177E
RGB
CMYK
RGB Variations
Color information
#57177E (or 0x57177E) is known color: Indigo. HEX triplet: 57, 17 and 7E. RGB value is (87,23,126). Sum of RGB (Red+Green+Blue) = 87+23+126=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 126 (49.61% from 255 or 53.39% from 236); Max value from RGB is 126 - color contains mainly: blue. Hex color #57177E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57177E is #A8E881. Grayscale: #353535. Windows color (decimal): -11069570 or 8263511. OLE color: 8263511.
HSL color Cylindrical-coordinate representation of color #57177E: hue angle of 277.28º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #57177E is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 23 | 126 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.51 |
| HSL | 277.28º | 0.69% | 0.29% | - |
| HSV(B) | 277.28º | 0.82% | 0.49% | - |
| XYZ | 8 | 4.15 | 20.12 | - |
| YUV | 53.88 | 168.7 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 23 | 126 | 0.31 | 0.82 | 0 | 0.51 | 277.28 | 0.69 | 0.29 |
| Hex | 57 | 17 | 7E | 1F | 52 | 0 | 33 | 115 | 45 | 1D |
| Octal | 127 | 27 | 176 | 37 | 122 | 0 | 63 | 425 | 105 | 35 |
| Binary | 1010111 | 10111 | 1111110 | 11111 | 1010010 | 0 | 110011 | 100010101 | 1000101 | 11101 |
Color Harmonies of #57177E
Complementary color
Monochromatic Colors of #57177E
Black with #57177E
Text Example
Text Example
White with #57177E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57177E; }
p { color: rgb(87,23,126); }
H1.HeaderClassName
{
color: #57177E;
}
.AnyTagClassName
{
color: #57177E;
}
</style>
background-color css
<style>
a { background-color: #57177E; }
a { background-color: rgb(87,23,126); }
div.DivClassName
{
background-color: #57177E;
}
.BgClassName
{
background-color: #57177E;
}
</style>
border-color css
<style>
span { border-color: #57177E; }
span { border-color: rgb(87,23,126); }
td.TdClassName
{
border-color: #57177E;
}
.TagClassName
{
border-color: #57177E;
}
</style>