Shades of Indigo #570180
Tints of Indigo #570180
RGB
CMYK
RGB Variations
Color information
#570180 (or 0x570180) is known color: Indigo. HEX triplet: 57, 01 and 80. RGB value is (87,1,128). Sum of RGB (Red+Green+Blue) = 87+1+128=216 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.28% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 128 (50.39% from 255 or 59.26% from 216); Max value from RGB is 128 - color contains mainly: blue. Hex color #570180 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570180 is #A8FE7F. Grayscale: #282828. Windows color (decimal): -11075200 or 8388951. OLE color: 8388951.
HSL color Cylindrical-coordinate representation of color #570180: hue angle of 280.63º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #570180 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 87 | 1 | 128 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.50 |
| HSL | 280.63º | 0.98% | 0.25% | - |
| HSV(B) | 280.63º | 0.99% | 0.5% | - |
| XYZ | 7.84 | 3.61 | 20.71 | - |
| YUV | 41.19 | 176.99 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 1 | 128 | 0.32 | 0.99 | 0 | 0.50 | 280.63 | 0.98 | 0.25 |
| Hex | 57 | 1 | 80 | 20 | 63 | 0 | 32 | 119 | 62 | 19 |
| Octal | 127 | 1 | 200 | 40 | 143 | 0 | 62 | 431 | 142 | 31 |
| Binary | 1010111 | 1 | 10000000 | 100000 | 1100011 | 0 | 110010 | 100011001 | 1100010 | 11001 |
Color Harmonies of #570180
Complementary color
Monochromatic Colors of #570180
Black with #570180
Text Example
Text Example
White with #570180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570180; }
p { color: rgb(87,1,128); }
H1.HeaderClassName
{
color: #570180;
}
.AnyTagClassName
{
color: #570180;
}
</style>
background-color css
<style>
a { background-color: #570180; }
a { background-color: rgb(87,1,128); }
div.DivClassName
{
background-color: #570180;
}
.BgClassName
{
background-color: #570180;
}
</style>
border-color css
<style>
span { border-color: #570180; }
span { border-color: rgb(87,1,128); }
td.TdClassName
{
border-color: #570180;
}
.TagClassName
{
border-color: #570180;
}
</style>