Shades of Indigo #571982
Tints of Indigo #571982
RGB
CMYK
RGB Variations
Color information
#571982 (or 0x571982) is known color: Indigo. HEX triplet: 57, 19 and 82. RGB value is (87,25,130). Sum of RGB (Red+Green+Blue) = 87+25+130=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 130 (51.17% from 255 or 53.72% from 242); Max value from RGB is 130 - color contains mainly: blue. Hex color #571982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571982 is #A8E67D. Grayscale: #373737. Windows color (decimal): -11069054 or 8526167. OLE color: 8526167.
HSL color Cylindrical-coordinate representation of color #571982: hue angle of 275.43º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #571982 is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 25 | 130 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.49 |
| HSL | 275.43º | 0.68% | 0.3% | - |
| HSV(B) | 275.43º | 0.81% | 0.51% | - |
| XYZ | 8.31 | 4.33 | 21.52 | - |
| YUV | 55.51 | 170.04 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 25 | 130 | 0.33 | 0.81 | 0 | 0.49 | 275.43 | 0.68 | 0.3 |
| Hex | 57 | 19 | 82 | 21 | 51 | 0 | 31 | 113 | 44 | 1E |
| Octal | 127 | 31 | 202 | 41 | 121 | 0 | 61 | 423 | 104 | 36 |
| Binary | 1010111 | 11001 | 10000010 | 100001 | 1010001 | 0 | 110001 | 100010011 | 1000100 | 11110 |
Color Harmonies of #571982
Complementary color
Monochromatic Colors of #571982
Black with #571982
Text Example
Text Example
White with #571982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571982; }
p { color: rgb(87,25,130); }
H1.HeaderClassName
{
color: #571982;
}
.AnyTagClassName
{
color: #571982;
}
</style>
background-color css
<style>
a { background-color: #571982; }
a { background-color: rgb(87,25,130); }
div.DivClassName
{
background-color: #571982;
}
.BgClassName
{
background-color: #571982;
}
</style>
border-color css
<style>
span { border-color: #571982; }
span { border-color: rgb(87,25,130); }
td.TdClassName
{
border-color: #571982;
}
.TagClassName
{
border-color: #571982;
}
</style>