Shades of Indigo #521390
Tints of Indigo #521390
RGB
CMYK
RGB Variations
Color information
#521390 (or 0x521390) is known color: Indigo. HEX triplet: 52, 13 and 90. RGB value is (82,19,144). Sum of RGB (Red+Green+Blue) = 82+19+144=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #521390 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521390 is #ADEC6F. Grayscale: #333333. Windows color (decimal): -11398256 or 9442130. OLE color: 9442130.
HSL color Cylindrical-coordinate representation of color #521390: hue angle of 270.24º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #521390 is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 19 | 144 | - |
| CMYK | 0.43 | 0.87 | 0 | 0.44 |
| HSL | 270.24º | 0.77% | 0.32% | - |
| HSV(B) | 270.24º | 0.87% | 0.56% | - |
| XYZ | 8.75 | 4.27 | 26.75 | - |
| YUV | 52.09 | 179.87 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 19 | 144 | 0.43 | 0.87 | 0 | 0.44 | 270.24 | 0.77 | 0.32 |
| Hex | 52 | 13 | 90 | 2B | 57 | 0 | 2C | 10E | 4D | 20 |
| Octal | 122 | 23 | 220 | 53 | 127 | 0 | 54 | 416 | 115 | 40 |
| Binary | 1010010 | 10011 | 10010000 | 101011 | 1010111 | 0 | 101100 | 100001110 | 1001101 | 100000 |
Color Harmonies of #521390
Complementary color
Monochromatic Colors of #521390
Black with #521390
Text Example
Text Example
White with #521390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521390; }
p { color: rgb(82,19,144); }
H1.HeaderClassName
{
color: #521390;
}
.AnyTagClassName
{
color: #521390;
}
</style>
background-color css
<style>
a { background-color: #521390; }
a { background-color: rgb(82,19,144); }
div.DivClassName
{
background-color: #521390;
}
.BgClassName
{
background-color: #521390;
}
</style>
border-color css
<style>
span { border-color: #521390; }
span { border-color: rgb(82,19,144); }
td.TdClassName
{
border-color: #521390;
}
.TagClassName
{
border-color: #521390;
}
</style>