Shades of Indigo #521490
Tints of Indigo #521490
RGB
CMYK
RGB Variations
Color information
#521490 (or 0x521490) is known color: Indigo. HEX triplet: 52, 14 and 90. RGB value is (82,20,144). Sum of RGB (Red+Green+Blue) = 82+20+144=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #521490 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521490 is #ADEB6F. Grayscale: #343434. Windows color (decimal): -11398000 or 9442386. OLE color: 9442386.
HSL color Cylindrical-coordinate representation of color #521490: hue angle of 270º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #521490 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 20 | 144 | - |
| CMYK | 0.43 | 0.86 | 0 | 0.44 |
| HSL | 270º | 0.76% | 0.32% | - |
| HSV(B) | 270º | 0.86% | 0.56% | - |
| XYZ | 8.76 | 4.31 | 26.76 | - |
| YUV | 52.67 | 179.54 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 20 | 144 | 0.43 | 0.86 | 0 | 0.44 | 270 | 0.76 | 0.32 |
| Hex | 52 | 14 | 90 | 2B | 56 | 0 | 2C | 10E | 4C | 20 |
| Octal | 122 | 24 | 220 | 53 | 126 | 0 | 54 | 416 | 114 | 40 |
| Binary | 1010010 | 10100 | 10010000 | 101011 | 1010110 | 0 | 101100 | 100001110 | 1001100 | 100000 |
Color Harmonies of #521490
Complementary color
Monochromatic Colors of #521490
Black with #521490
Text Example
Text Example
White with #521490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521490; }
p { color: rgb(82,20,144); }
H1.HeaderClassName
{
color: #521490;
}
.AnyTagClassName
{
color: #521490;
}
</style>
background-color css
<style>
a { background-color: #521490; }
a { background-color: rgb(82,20,144); }
div.DivClassName
{
background-color: #521490;
}
.BgClassName
{
background-color: #521490;
}
</style>
border-color css
<style>
span { border-color: #521490; }
span { border-color: rgb(82,20,144); }
td.TdClassName
{
border-color: #521490;
}
.TagClassName
{
border-color: #521490;
}
</style>