Shades of Indigo #57197B
Tints of Indigo #57197B
RGB
CMYK
RGB Variations
Color information
#57197B (or 0x57197B) is known color: Indigo. HEX triplet: 57, 19 and 7B. RGB value is (87,25,123). Sum of RGB (Red+Green+Blue) = 87+25+123=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 123 (48.44% from 255 or 52.34% from 235); Max value from RGB is 123 - color contains mainly: blue. Hex color #57197B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57197B is #A8E684. Grayscale: #363636. Windows color (decimal): -11069061 or 8067415. OLE color: 8067415.
HSL color Cylindrical-coordinate representation of color #57197B: hue angle of 277.96º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #57197B is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 87 | 25 | 123 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.52 |
| HSL | 277.96º | 0.66% | 0.29% | - |
| HSV(B) | 277.96º | 0.8% | 0.48% | - |
| XYZ | 7.85 | 4.15 | 19.13 | - |
| YUV | 54.71 | 166.54 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 25 | 123 | 0.29 | 0.80 | 0 | 0.52 | 277.96 | 0.66 | 0.29 |
| Hex | 57 | 19 | 7B | 1D | 50 | 0 | 34 | 116 | 42 | 1D |
| Octal | 127 | 31 | 173 | 35 | 120 | 0 | 64 | 426 | 102 | 35 |
| Binary | 1010111 | 11001 | 1111011 | 11101 | 1010000 | 0 | 110100 | 100010110 | 1000010 | 11101 |
Color Harmonies of #57197B
Complementary color
Monochromatic Colors of #57197B
Black with #57197B
Text Example
Text Example
White with #57197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57197B; }
p { color: rgb(87,25,123); }
H1.HeaderClassName
{
color: #57197B;
}
.AnyTagClassName
{
color: #57197B;
}
</style>
background-color css
<style>
a { background-color: #57197B; }
a { background-color: rgb(87,25,123); }
div.DivClassName
{
background-color: #57197B;
}
.BgClassName
{
background-color: #57197B;
}
</style>
border-color css
<style>
span { border-color: #57197B; }
span { border-color: rgb(87,25,123); }
td.TdClassName
{
border-color: #57197B;
}
.TagClassName
{
border-color: #57197B;
}
</style>