Shades of Indigo #571782
Tints of Indigo #571782
RGB
CMYK
RGB Variations
Color information
#571782 (or 0x571782) is known color: Indigo. HEX triplet: 57, 17 and 82. RGB value is (87,23,130). Sum of RGB (Red+Green+Blue) = 87+23+130=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 130 (51.17% from 255 or 54.17% from 240); Max value from RGB is 130 - color contains mainly: blue. Hex color #571782 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571782 is #A8E87D. Grayscale: #353535. Windows color (decimal): -11069566 or 8525655. OLE color: 8525655.
HSL color Cylindrical-coordinate representation of color #571782: hue angle of 275.89º degrees, saturation: 0.7, 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 #571782 is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 23 | 130 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.49 |
| HSL | 275.89º | 0.7% | 0.3% | - |
| HSV(B) | 275.89º | 0.82% | 0.51% | - |
| XYZ | 8.27 | 4.25 | 21.5 | - |
| YUV | 54.33 | 170.7 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 23 | 130 | 0.33 | 0.82 | 0 | 0.49 | 275.89 | 0.7 | 0.3 |
| Hex | 57 | 17 | 82 | 21 | 52 | 0 | 31 | 114 | 46 | 1E |
| Octal | 127 | 27 | 202 | 41 | 122 | 0 | 61 | 424 | 106 | 36 |
| Binary | 1010111 | 10111 | 10000010 | 100001 | 1010010 | 0 | 110001 | 100010100 | 1000110 | 11110 |
Color Harmonies of #571782
Complementary color
Monochromatic Colors of #571782
Black with #571782
Text Example
Text Example
White with #571782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571782; }
p { color: rgb(87,23,130); }
H1.HeaderClassName
{
color: #571782;
}
.AnyTagClassName
{
color: #571782;
}
</style>
background-color css
<style>
a { background-color: #571782; }
a { background-color: rgb(87,23,130); }
div.DivClassName
{
background-color: #571782;
}
.BgClassName
{
background-color: #571782;
}
</style>
border-color css
<style>
span { border-color: #571782; }
span { border-color: rgb(87,23,130); }
td.TdClassName
{
border-color: #571782;
}
.TagClassName
{
border-color: #571782;
}
</style>