Shades of Indigo #57008D
Tints of Indigo #57008D
RGB
CMYK
RGB Variations
Color information
#57008D (or 0x57008D) is known color: Indigo. HEX triplet: 57, 00 and 8D. RGB value is (87,0,141). Sum of RGB (Red+Green+Blue) = 87+0+141=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 141 (55.47% from 255 or 61.84% from 228); Max value from RGB is 141 - color contains mainly: blue. Hex color #57008D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57008D is #A8FF72. Grayscale: #292929. Windows color (decimal): -11075443 or 9240663. OLE color: 9240663.
HSL color Cylindrical-coordinate representation of color #57008D: hue angle of 277.02º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #57008D is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 0 | 141 | - |
| CMYK | 0.38 | 1 | 0 | 0.45 |
| HSL | 277.02º | 1% | 0.28% | - |
| HSV(B) | 277.02º | 1% | 0.55% | - |
| XYZ | 8.74 | 3.95 | 25.5 | - |
| YUV | 42.09 | 183.82 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 0 | 141 | 0.38 | 1 | 0 | 0.45 | 277.02 | 1 | 0.28 |
| Hex | 57 | 0 | 8D | 26 | 64 | 0 | 2D | 115 | 64 | 1C |
| Octal | 127 | 0 | 215 | 46 | 144 | 0 | 55 | 425 | 144 | 34 |
| Binary | 1010111 | 0 | 10001101 | 100110 | 1100100 | 0 | 101101 | 100010101 | 1100100 | 11100 |
Color Harmonies of #57008D
Complementary color
Monochromatic Colors of #57008D
Black with #57008D
Text Example
Text Example
White with #57008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57008D; }
p { color: rgb(87,0,141); }
H1.HeaderClassName
{
color: #57008D;
}
.AnyTagClassName
{
color: #57008D;
}
</style>
background-color css
<style>
a { background-color: #57008D; }
a { background-color: rgb(87,0,141); }
div.DivClassName
{
background-color: #57008D;
}
.BgClassName
{
background-color: #57008D;
}
</style>
border-color css
<style>
span { border-color: #57008D; }
span { border-color: rgb(87,0,141); }
td.TdClassName
{
border-color: #57008D;
}
.TagClassName
{
border-color: #57008D;
}
</style>