Shades of Indigo #57127A
Tints of Indigo #57127A
RGB
CMYK
RGB Variations
Color information
#57127A (or 0x57127A) is known color: Indigo. HEX triplet: 57, 12 and 7A. RGB value is (87,18,122). Sum of RGB (Red+Green+Blue) = 87+18+122=227 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.33% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #57127A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57127A is #A8ED85. Grayscale: #323232. Windows color (decimal): -11070854 or 8000087. OLE color: 8000087.
HSL color Cylindrical-coordinate representation of color #57127A: hue angle of 279.81º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #57127A is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 87 | 18 | 122 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.52 |
| HSL | 279.81º | 0.74% | 0.27% | - |
| HSV(B) | 279.81º | 0.85% | 0.48% | - |
| XYZ | 7.66 | 3.86 | 18.75 | - |
| YUV | 50.49 | 168.36 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 18 | 122 | 0.29 | 0.85 | 0 | 0.52 | 279.81 | 0.74 | 0.27 |
| Hex | 57 | 12 | 7A | 1D | 55 | 0 | 34 | 118 | 4A | 1B |
| Octal | 127 | 22 | 172 | 35 | 125 | 0 | 64 | 430 | 112 | 33 |
| Binary | 1010111 | 10010 | 1111010 | 11101 | 1010101 | 0 | 110100 | 100011000 | 1001010 | 11011 |
Color Harmonies of #57127A
Complementary color
Monochromatic Colors of #57127A
Black with #57127A
Text Example
Text Example
White with #57127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57127A; }
p { color: rgb(87,18,122); }
H1.HeaderClassName
{
color: #57127A;
}
.AnyTagClassName
{
color: #57127A;
}
</style>
background-color css
<style>
a { background-color: #57127A; }
a { background-color: rgb(87,18,122); }
div.DivClassName
{
background-color: #57127A;
}
.BgClassName
{
background-color: #57127A;
}
</style>
border-color css
<style>
span { border-color: #57127A; }
span { border-color: rgb(87,18,122); }
td.TdClassName
{
border-color: #57127A;
}
.TagClassName
{
border-color: #57127A;
}
</style>