Shades of Indigo #570190
Tints of Indigo #570190
RGB
CMYK
RGB Variations
Color information
#570190 (or 0x570190) is known color: Indigo. HEX triplet: 57, 01 and 90. RGB value is (87,1,144). Sum of RGB (Red+Green+Blue) = 87+1+144=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #570190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570190 is #A8FE6F. Grayscale: #2A2A2A. Windows color (decimal): -11075184 or 9437527. OLE color: 9437527.
HSL color Cylindrical-coordinate representation of color #570190: hue angle of 276.08º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #570190 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 1 | 144 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.44 |
| HSL | 276.08º | 0.99% | 0.28% | - |
| HSV(B) | 276.08º | 0.99% | 0.56% | - |
| XYZ | 8.98 | 4.06 | 26.7 | - |
| YUV | 43.02 | 184.99 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 1 | 144 | 0.40 | 0.99 | 0 | 0.44 | 276.08 | 0.99 | 0.28 |
| Hex | 57 | 1 | 90 | 28 | 63 | 0 | 2C | 114 | 63 | 1C |
| Octal | 127 | 1 | 220 | 50 | 143 | 0 | 54 | 424 | 143 | 34 |
| Binary | 1010111 | 1 | 10010000 | 101000 | 1100011 | 0 | 101100 | 100010100 | 1100011 | 11100 |
Color Harmonies of #570190
Complementary color
Monochromatic Colors of #570190
Black with #570190
Text Example
Text Example
White with #570190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570190; }
p { color: rgb(87,1,144); }
H1.HeaderClassName
{
color: #570190;
}
.AnyTagClassName
{
color: #570190;
}
</style>
background-color css
<style>
a { background-color: #570190; }
a { background-color: rgb(87,1,144); }
div.DivClassName
{
background-color: #570190;
}
.BgClassName
{
background-color: #570190;
}
</style>
border-color css
<style>
span { border-color: #570190; }
span { border-color: rgb(87,1,144); }
td.TdClassName
{
border-color: #570190;
}
.TagClassName
{
border-color: #570190;
}
</style>