Shades of Indigo #57017B
Tints of Indigo #57017B
RGB
CMYK
RGB Variations
Color information
#57017B (or 0x57017B) is known color: Indigo. HEX triplet: 57, 01 and 7B. RGB value is (87,1,123). Sum of RGB (Red+Green+Blue) = 87+1+123=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 123 (48.44% from 255 or 58.29% from 211); Max value from RGB is 123 - color contains mainly: blue. Hex color #57017B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57017B is #A8FE84. Grayscale: #282828. Windows color (decimal): -11075205 or 8061271. OLE color: 8061271.
HSL color Cylindrical-coordinate representation of color #57017B: hue angle of 282.3º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #57017B is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 87 | 1 | 123 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.52 |
| HSL | 282.3º | 0.98% | 0.24% | - |
| HSV(B) | 282.3º | 0.99% | 0.48% | - |
| XYZ | 7.52 | 3.48 | 19.01 | - |
| YUV | 40.62 | 174.49 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 1 | 123 | 0.29 | 0.99 | 0 | 0.52 | 282.3 | 0.98 | 0.24 |
| Hex | 57 | 1 | 7B | 1D | 63 | 0 | 34 | 11A | 62 | 18 |
| Octal | 127 | 1 | 173 | 35 | 143 | 0 | 64 | 432 | 142 | 30 |
| Binary | 1010111 | 1 | 1111011 | 11101 | 1100011 | 0 | 110100 | 100011010 | 1100010 | 11000 |
Color Harmonies of #57017B
Complementary color
Monochromatic Colors of #57017B
Black with #57017B
Text Example
Text Example
White with #57017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57017B; }
p { color: rgb(87,1,123); }
H1.HeaderClassName
{
color: #57017B;
}
.AnyTagClassName
{
color: #57017B;
}
</style>
background-color css
<style>
a { background-color: #57017B; }
a { background-color: rgb(87,1,123); }
div.DivClassName
{
background-color: #57017B;
}
.BgClassName
{
background-color: #57017B;
}
</style>
border-color css
<style>
span { border-color: #57017B; }
span { border-color: rgb(87,1,123); }
td.TdClassName
{
border-color: #57017B;
}
.TagClassName
{
border-color: #57017B;
}
</style>