Shades of Indigo #57177C
Tints of Indigo #57177C
RGB
CMYK
RGB Variations
Color information
#57177C (or 0x57177C) is known color: Indigo. HEX triplet: 57, 17 and 7C. RGB value is (87,23,124). Sum of RGB (Red+Green+Blue) = 87+23+124=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #57177C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57177C is #A8E883. Grayscale: #353535. Windows color (decimal): -11069572 or 8132439. OLE color: 8132439.
HSL color Cylindrical-coordinate representation of color #57177C: hue angle of 278.02º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #57177C is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 23 | 124 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.51 |
| HSL | 278.02º | 0.69% | 0.29% | - |
| HSV(B) | 278.02º | 0.81% | 0.49% | - |
| XYZ | 7.87 | 4.09 | 19.44 | - |
| YUV | 53.65 | 167.7 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 23 | 124 | 0.30 | 0.81 | 0 | 0.51 | 278.02 | 0.69 | 0.29 |
| Hex | 57 | 17 | 7C | 1E | 51 | 0 | 33 | 116 | 45 | 1D |
| Octal | 127 | 27 | 174 | 36 | 121 | 0 | 63 | 426 | 105 | 35 |
| Binary | 1010111 | 10111 | 1111100 | 11110 | 1010001 | 0 | 110011 | 100010110 | 1000101 | 11101 |
Color Harmonies of #57177C
Complementary color
Monochromatic Colors of #57177C
Black with #57177C
Text Example
Text Example
White with #57177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57177C; }
p { color: rgb(87,23,124); }
H1.HeaderClassName
{
color: #57177C;
}
.AnyTagClassName
{
color: #57177C;
}
</style>
background-color css
<style>
a { background-color: #57177C; }
a { background-color: rgb(87,23,124); }
div.DivClassName
{
background-color: #57177C;
}
.BgClassName
{
background-color: #57177C;
}
</style>
border-color css
<style>
span { border-color: #57177C; }
span { border-color: rgb(87,23,124); }
td.TdClassName
{
border-color: #57177C;
}
.TagClassName
{
border-color: #57177C;
}
</style>