Shades of Indigo #571883
Tints of Indigo #571883
RGB
CMYK
RGB Variations
Color information
#571883 (or 0x571883) is known color: Indigo. HEX triplet: 57, 18 and 83. RGB value is (87,24,131). Sum of RGB (Red+Green+Blue) = 87+24+131=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 131 (51.56% from 255 or 54.13% from 242); Max value from RGB is 131 - color contains mainly: blue. Hex color #571883 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571883 is #A8E77C. Grayscale: #363636. Windows color (decimal): -11069309 or 8591447. OLE color: 8591447.
HSL color Cylindrical-coordinate representation of color #571883: hue angle of 275.33º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #571883 is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 24 | 131 | - |
| CMYK | 0.34 | 0.82 | 0 | 0.49 |
| HSL | 275.33º | 0.69% | 0.3% | - |
| HSV(B) | 275.33º | 0.82% | 0.51% | - |
| XYZ | 8.35 | 4.32 | 21.87 | - |
| YUV | 55.04 | 170.87 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 24 | 131 | 0.34 | 0.82 | 0 | 0.49 | 275.33 | 0.69 | 0.3 |
| Hex | 57 | 18 | 83 | 22 | 52 | 0 | 31 | 113 | 45 | 1E |
| Octal | 127 | 30 | 203 | 42 | 122 | 0 | 61 | 423 | 105 | 36 |
| Binary | 1010111 | 11000 | 10000011 | 100010 | 1010010 | 0 | 110001 | 100010011 | 1000101 | 11110 |
Color Harmonies of #571883
Complementary color
Monochromatic Colors of #571883
Black with #571883
Text Example
Text Example
White with #571883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571883; }
p { color: rgb(87,24,131); }
H1.HeaderClassName
{
color: #571883;
}
.AnyTagClassName
{
color: #571883;
}
</style>
background-color css
<style>
a { background-color: #571883; }
a { background-color: rgb(87,24,131); }
div.DivClassName
{
background-color: #571883;
}
.BgClassName
{
background-color: #571883;
}
</style>
border-color css
<style>
span { border-color: #571883; }
span { border-color: rgb(87,24,131); }
td.TdClassName
{
border-color: #571883;
}
.TagClassName
{
border-color: #571883;
}
</style>