Shades of Indigo #57129D
Tints of Indigo #57129D
RGB
CMYK
RGB Variations
Color information
#57129D (or 0x57129D) is known color: Indigo. HEX triplet: 57, 12 and 9D. RGB value is (87,18,157). Sum of RGB (Red+Green+Blue) = 87+18+157=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 157 (61.72% from 255 or 59.92% from 262); Max value from RGB is 157 - color contains mainly: blue. Hex color #57129D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57129D is #A8ED62. Grayscale: #353535. Windows color (decimal): -11070819 or 10293847. OLE color: 10293847.
HSL color Cylindrical-coordinate representation of color #57129D: hue angle of 269.78º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #57129D is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 87 | 18 | 157 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.38 |
| HSL | 269.78º | 0.79% | 0.34% | - |
| HSV(B) | 269.78º | 0.89% | 0.62% | - |
| XYZ | 10.23 | 4.89 | 32.3 | - |
| YUV | 54.48 | 185.86 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 18 | 157 | 0.45 | 0.89 | 0 | 0.38 | 269.78 | 0.79 | 0.34 |
| Hex | 57 | 12 | 9D | 2D | 59 | 0 | 26 | 10E | 4F | 22 |
| Octal | 127 | 22 | 235 | 55 | 131 | 0 | 46 | 416 | 117 | 42 |
| Binary | 1010111 | 10010 | 10011101 | 101101 | 1011001 | 0 | 100110 | 100001110 | 1001111 | 100010 |
Color Harmonies of #57129D
Complementary color
Monochromatic Colors of #57129D
Black with #57129D
Text Example
Text Example
White with #57129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57129D; }
p { color: rgb(87,18,157); }
H1.HeaderClassName
{
color: #57129D;
}
.AnyTagClassName
{
color: #57129D;
}
</style>
background-color css
<style>
a { background-color: #57129D; }
a { background-color: rgb(87,18,157); }
div.DivClassName
{
background-color: #57129D;
}
.BgClassName
{
background-color: #57129D;
}
</style>
border-color css
<style>
span { border-color: #57129D; }
span { border-color: rgb(87,18,157); }
td.TdClassName
{
border-color: #57129D;
}
.TagClassName
{
border-color: #57129D;
}
</style>