Shades of Indigo #570E83
Tints of Indigo #570E83
RGB
CMYK
RGB Variations
Color information
#570E83 (or 0x570E83) is known color: Indigo. HEX triplet: 57, 0E and 83. RGB value is (87,14,131). Sum of RGB (Red+Green+Blue) = 87+14+131=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 131 (51.56% from 255 or 56.47% from 232); Max value from RGB is 131 - color contains mainly: blue. Hex color #570E83 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570E83 is #A8F17C. Grayscale: #303030. Windows color (decimal): -11071869 or 8588887. OLE color: 8588887.
HSL color Cylindrical-coordinate representation of color #570E83: hue angle of 277.44º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #570E83 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 14 | 131 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.49 |
| HSL | 277.44º | 0.81% | 0.28% | - |
| HSV(B) | 277.44º | 0.89% | 0.51% | - |
| XYZ | 8.18 | 3.98 | 21.81 | - |
| YUV | 49.17 | 174.18 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 14 | 131 | 0.34 | 0.89 | 0 | 0.49 | 277.44 | 0.81 | 0.28 |
| Hex | 57 | E | 83 | 22 | 59 | 0 | 31 | 115 | 51 | 1C |
| Octal | 127 | 16 | 203 | 42 | 131 | 0 | 61 | 425 | 121 | 34 |
| Binary | 1010111 | 1110 | 10000011 | 100010 | 1011001 | 0 | 110001 | 100010101 | 1010001 | 11100 |
Color Harmonies of #570E83
Complementary color
Monochromatic Colors of #570E83
Black with #570E83
Text Example
Text Example
White with #570E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570E83; }
p { color: rgb(87,14,131); }
H1.HeaderClassName
{
color: #570E83;
}
.AnyTagClassName
{
color: #570E83;
}
</style>
background-color css
<style>
a { background-color: #570E83; }
a { background-color: rgb(87,14,131); }
div.DivClassName
{
background-color: #570E83;
}
.BgClassName
{
background-color: #570E83;
}
</style>
border-color css
<style>
span { border-color: #570E83; }
span { border-color: rgb(87,14,131); }
td.TdClassName
{
border-color: #570E83;
}
.TagClassName
{
border-color: #570E83;
}
</style>