Shades of Indigo #57177D
Tints of Indigo #57177D
RGB
CMYK
RGB Variations
Color information
#57177D (or 0x57177D) is known color: Indigo. HEX triplet: 57, 17 and 7D. RGB value is (87,23,125). Sum of RGB (Red+Green+Blue) = 87+23+125=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 125 (49.22% from 255 or 53.19% from 235); Max value from RGB is 125 - color contains mainly: blue. Hex color #57177D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57177D is #A8E882. Grayscale: #353535. Windows color (decimal): -11069571 or 8197975. OLE color: 8197975.
HSL color Cylindrical-coordinate representation of color #57177D: hue angle of 277.65º 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 #57177D is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 23 | 125 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.51 |
| HSL | 277.65º | 0.69% | 0.29% | - |
| HSV(B) | 277.65º | 0.82% | 0.49% | - |
| XYZ | 7.94 | 4.12 | 19.78 | - |
| YUV | 53.76 | 168.2 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 23 | 125 | 0.30 | 0.82 | 0 | 0.51 | 277.65 | 0.69 | 0.29 |
| Hex | 57 | 17 | 7D | 1E | 52 | 0 | 33 | 116 | 45 | 1D |
| Octal | 127 | 27 | 175 | 36 | 122 | 0 | 63 | 426 | 105 | 35 |
| Binary | 1010111 | 10111 | 1111101 | 11110 | 1010010 | 0 | 110011 | 100010110 | 1000101 | 11101 |
Color Harmonies of #57177D
Complementary color
Monochromatic Colors of #57177D
Black with #57177D
Text Example
Text Example
White with #57177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57177D; }
p { color: rgb(87,23,125); }
H1.HeaderClassName
{
color: #57177D;
}
.AnyTagClassName
{
color: #57177D;
}
</style>
background-color css
<style>
a { background-color: #57177D; }
a { background-color: rgb(87,23,125); }
div.DivClassName
{
background-color: #57177D;
}
.BgClassName
{
background-color: #57177D;
}
</style>
border-color css
<style>
span { border-color: #57177D; }
span { border-color: rgb(87,23,125); }
td.TdClassName
{
border-color: #57177D;
}
.TagClassName
{
border-color: #57177D;
}
</style>