Shades of Indigo #570291
Tints of Indigo #570291
RGB
CMYK
RGB Variations
Color information
#570291 (or 0x570291) is known color: Indigo. HEX triplet: 57, 02 and 91. RGB value is (87,2,145). Sum of RGB (Red+Green+Blue) = 87+2+145=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 145 (57.03% from 255 or 61.97% from 234); Max value from RGB is 145 - color contains mainly: blue. Hex color #570291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570291 is #A8FD6E. Grayscale: #2B2B2B. Windows color (decimal): -11074927 or 9503319. OLE color: 9503319.
HSL color Cylindrical-coordinate representation of color #570291: hue angle of 275.66º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #570291 is Cyan = 0.4, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 87 | 2 | 145 | - |
| CMYK | 0.4 | 0.99 | 0 | 0.43 |
| HSL | 275.66º | 0.97% | 0.29% | - |
| HSV(B) | 275.66º | 0.99% | 0.57% | - |
| XYZ | 9.06 | 4.11 | 27.1 | - |
| YUV | 43.72 | 185.16 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 2 | 145 | 0.4 | 0.99 | 0 | 0.43 | 275.66 | 0.97 | 0.29 |
| Hex | 57 | 2 | 91 | 28 | 63 | 0 | 2B | 114 | 61 | 1D |
| Octal | 127 | 2 | 221 | 50 | 143 | 0 | 53 | 424 | 141 | 35 |
| Binary | 1010111 | 10 | 10010001 | 101000 | 1100011 | 0 | 101011 | 100010100 | 1100001 | 11101 |
Color Harmonies of #570291
Complementary color
Monochromatic Colors of #570291
Black with #570291
Text Example
Text Example
White with #570291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570291; }
p { color: rgb(87,2,145); }
H1.HeaderClassName
{
color: #570291;
}
.AnyTagClassName
{
color: #570291;
}
</style>
background-color css
<style>
a { background-color: #570291; }
a { background-color: rgb(87,2,145); }
div.DivClassName
{
background-color: #570291;
}
.BgClassName
{
background-color: #570291;
}
</style>
border-color css
<style>
span { border-color: #570291; }
span { border-color: rgb(87,2,145); }
td.TdClassName
{
border-color: #570291;
}
.TagClassName
{
border-color: #570291;
}
</style>