Shades of Indigo #57019F
Tints of Indigo #57019F
RGB
CMYK
RGB Variations
Color information
#57019F (or 0x57019F) is known color: Indigo. HEX triplet: 57, 01 and 9F. RGB value is (87,1,159). Sum of RGB (Red+Green+Blue) = 87+1+159=247 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.22% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 159 (62.5% from 255 or 64.37% from 247); Max value from RGB is 159 - color contains mainly: blue. Hex color #57019F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57019F is #A8FE60. Grayscale: #2C2C2C. Windows color (decimal): -11075169 or 10420567. OLE color: 10420567.
HSL color Cylindrical-coordinate representation of color #57019F: hue angle of 272.66º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #57019F is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 87 | 1 | 159 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.38 |
| HSL | 272.66º | 0.99% | 0.31% | - |
| HSV(B) | 272.66º | 0.99% | 0.62% | - |
| XYZ | 10.2 | 4.55 | 33.14 | - |
| YUV | 44.73 | 192.49 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 1 | 159 | 0.45 | 0.99 | 0 | 0.38 | 272.66 | 0.99 | 0.31 |
| Hex | 57 | 1 | 9F | 2D | 63 | 0 | 26 | 111 | 63 | 1F |
| Octal | 127 | 1 | 237 | 55 | 143 | 0 | 46 | 421 | 143 | 37 |
| Binary | 1010111 | 1 | 10011111 | 101101 | 1100011 | 0 | 100110 | 100010001 | 1100011 | 11111 |
Color Harmonies of #57019F
Complementary color
Monochromatic Colors of #57019F
Black with #57019F
Text Example
Text Example
White with #57019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57019F; }
p { color: rgb(87,1,159); }
H1.HeaderClassName
{
color: #57019F;
}
.AnyTagClassName
{
color: #57019F;
}
</style>
background-color css
<style>
a { background-color: #57019F; }
a { background-color: rgb(87,1,159); }
div.DivClassName
{
background-color: #57019F;
}
.BgClassName
{
background-color: #57019F;
}
</style>
border-color css
<style>
span { border-color: #57019F; }
span { border-color: rgb(87,1,159); }
td.TdClassName
{
border-color: #57019F;
}
.TagClassName
{
border-color: #57019F;
}
</style>