Shades of Indigo #57158D
Tints of Indigo #57158D
RGB
CMYK
RGB Variations
Color information
#57158D (or 0x57158D) is known color: Indigo. HEX triplet: 57, 15 and 8D. RGB value is (87,21,141). Sum of RGB (Red+Green+Blue) = 87+21+141=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #57158D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57158D is #A8EA72. Grayscale: #353535. Windows color (decimal): -11070067 or 9246039. OLE color: 9246039.
HSL color Cylindrical-coordinate representation of color #57158D: hue angle of 273º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #57158D is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 21 | 141 | - |
| CMYK | 0.38 | 0.85 | 0 | 0.45 |
| HSL | 273º | 0.74% | 0.32% | - |
| HSV(B) | 273º | 0.85% | 0.55% | - |
| XYZ | 9.01 | 4.49 | 25.59 | - |
| YUV | 54.41 | 176.87 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 21 | 141 | 0.38 | 0.85 | 0 | 0.45 | 273 | 0.74 | 0.32 |
| Hex | 57 | 15 | 8D | 26 | 55 | 0 | 2D | 111 | 4A | 20 |
| Octal | 127 | 25 | 215 | 46 | 125 | 0 | 55 | 421 | 112 | 40 |
| Binary | 1010111 | 10101 | 10001101 | 100110 | 1010101 | 0 | 101101 | 100010001 | 1001010 | 100000 |
Color Harmonies of #57158D
Complementary color
Monochromatic Colors of #57158D
Black with #57158D
Text Example
Text Example
White with #57158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57158D; }
p { color: rgb(87,21,141); }
H1.HeaderClassName
{
color: #57158D;
}
.AnyTagClassName
{
color: #57158D;
}
</style>
background-color css
<style>
a { background-color: #57158D; }
a { background-color: rgb(87,21,141); }
div.DivClassName
{
background-color: #57158D;
}
.BgClassName
{
background-color: #57158D;
}
</style>
border-color css
<style>
span { border-color: #57158D; }
span { border-color: rgb(87,21,141); }
td.TdClassName
{
border-color: #57158D;
}
.TagClassName
{
border-color: #57158D;
}
</style>