Shades of Indigo #57027E
Tints of Indigo #57027E
RGB
CMYK
RGB Variations
Color information
#57027E (or 0x57027E) is known color: Indigo. HEX triplet: 57, 02 and 7E. RGB value is (87,2,126). Sum of RGB (Red+Green+Blue) = 87+2+126=215 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.47% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 126 (49.61% from 255 or 58.60% from 215); Max value from RGB is 126 - color contains mainly: blue. Hex color #57027E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57027E is #A8FD81. Grayscale: #292929. Windows color (decimal): -11074946 or 8258135. OLE color: 8258135.
HSL color Cylindrical-coordinate representation of color #57027E: hue angle of 281.13º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #57027E is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 2 | 126 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.51 |
| HSL | 281.13º | 0.97% | 0.25% | - |
| HSV(B) | 281.13º | 0.98% | 0.49% | - |
| XYZ | 7.72 | 3.58 | 20.02 | - |
| YUV | 41.55 | 175.66 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 2 | 126 | 0.31 | 0.98 | 0 | 0.51 | 281.13 | 0.97 | 0.25 |
| Hex | 57 | 2 | 7E | 1F | 62 | 0 | 33 | 119 | 61 | 19 |
| Octal | 127 | 2 | 176 | 37 | 142 | 0 | 63 | 431 | 141 | 31 |
| Binary | 1010111 | 10 | 1111110 | 11111 | 1100010 | 0 | 110011 | 100011001 | 1100001 | 11001 |
Color Harmonies of #57027E
Complementary color
Monochromatic Colors of #57027E
Black with #57027E
Text Example
Text Example
White with #57027E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57027E; }
p { color: rgb(87,2,126); }
H1.HeaderClassName
{
color: #57027E;
}
.AnyTagClassName
{
color: #57027E;
}
</style>
background-color css
<style>
a { background-color: #57027E; }
a { background-color: rgb(87,2,126); }
div.DivClassName
{
background-color: #57027E;
}
.BgClassName
{
background-color: #57027E;
}
</style>
border-color css
<style>
span { border-color: #57027E; }
span { border-color: rgb(87,2,126); }
td.TdClassName
{
border-color: #57027E;
}
.TagClassName
{
border-color: #57027E;
}
</style>