Shades of Indigo #57017D
Tints of Indigo #57017D
RGB
CMYK
RGB Variations
Color information
#57017D (or 0x57017D) is known color: Indigo. HEX triplet: 57, 01 and 7D. RGB value is (87,1,125). Sum of RGB (Red+Green+Blue) = 87+1+125=213 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.85% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 125 (49.22% from 255 or 58.69% from 213); Max value from RGB is 125 - color contains mainly: blue. Hex color #57017D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57017D is #A8FE82. Grayscale: #282828. Windows color (decimal): -11075203 or 8192343. OLE color: 8192343.
HSL color Cylindrical-coordinate representation of color #57017D: hue angle of 281.61º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #57017D is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 1 | 125 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.51 |
| HSL | 281.61º | 0.98% | 0.25% | - |
| HSV(B) | 281.61º | 0.99% | 0.49% | - |
| XYZ | 7.64 | 3.53 | 19.68 | - |
| YUV | 40.85 | 175.49 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 1 | 125 | 0.30 | 0.99 | 0 | 0.51 | 281.61 | 0.98 | 0.25 |
| Hex | 57 | 1 | 7D | 1E | 63 | 0 | 33 | 11A | 62 | 19 |
| Octal | 127 | 1 | 175 | 36 | 143 | 0 | 63 | 432 | 142 | 31 |
| Binary | 1010111 | 1 | 1111101 | 11110 | 1100011 | 0 | 110011 | 100011010 | 1100010 | 11001 |
Color Harmonies of #57017D
Complementary color
Monochromatic Colors of #57017D
Black with #57017D
Text Example
Text Example
White with #57017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57017D; }
p { color: rgb(87,1,125); }
H1.HeaderClassName
{
color: #57017D;
}
.AnyTagClassName
{
color: #57017D;
}
</style>
background-color css
<style>
a { background-color: #57017D; }
a { background-color: rgb(87,1,125); }
div.DivClassName
{
background-color: #57017D;
}
.BgClassName
{
background-color: #57017D;
}
</style>
border-color css
<style>
span { border-color: #57017D; }
span { border-color: rgb(87,1,125); }
td.TdClassName
{
border-color: #57017D;
}
.TagClassName
{
border-color: #57017D;
}
</style>