Shades of Indigo #521590
Tints of Indigo #521590
RGB
CMYK
RGB Variations
Color information
#521590 (or 0x521590) is known color: Indigo. HEX triplet: 52, 15 and 90. RGB value is (82,21,144). Sum of RGB (Red+Green+Blue) = 82+21+144=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #521590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521590 is #ADEA6F. Grayscale: #343434. Windows color (decimal): -11397744 or 9442642. OLE color: 9442642.
HSL color Cylindrical-coordinate representation of color #521590: hue angle of 269.76º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #521590 is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 21 | 144 | - |
| CMYK | 0.43 | 0.85 | 0 | 0.44 |
| HSL | 269.76º | 0.75% | 0.32% | - |
| HSV(B) | 269.76º | 0.85% | 0.56% | - |
| XYZ | 8.78 | 4.34 | 26.76 | - |
| YUV | 53.26 | 179.21 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 21 | 144 | 0.43 | 0.85 | 0 | 0.44 | 269.76 | 0.75 | 0.32 |
| Hex | 52 | 15 | 90 | 2B | 55 | 0 | 2C | 10E | 4B | 20 |
| Octal | 122 | 25 | 220 | 53 | 125 | 0 | 54 | 416 | 113 | 40 |
| Binary | 1010010 | 10101 | 10010000 | 101011 | 1010101 | 0 | 101100 | 100001110 | 1001011 | 100000 |
Color Harmonies of #521590
Complementary color
Monochromatic Colors of #521590
Black with #521590
Text Example
Text Example
White with #521590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521590; }
p { color: rgb(82,21,144); }
H1.HeaderClassName
{
color: #521590;
}
.AnyTagClassName
{
color: #521590;
}
</style>
background-color css
<style>
a { background-color: #521590; }
a { background-color: rgb(82,21,144); }
div.DivClassName
{
background-color: #521590;
}
.BgClassName
{
background-color: #521590;
}
</style>
border-color css
<style>
span { border-color: #521590; }
span { border-color: rgb(82,21,144); }
td.TdClassName
{
border-color: #521590;
}
.TagClassName
{
border-color: #521590;
}
</style>