Shades of Indigo #521690
Tints of Indigo #521690
RGB
CMYK
RGB Variations
Color information
#521690 (or 0x521690) is known color: Indigo. HEX triplet: 52, 16 and 90. RGB value is (82,22,144). Sum of RGB (Red+Green+Blue) = 82+22+144=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #521690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521690 is #ADE96F. Grayscale: #353535. Windows color (decimal): -11397488 or 9442898. OLE color: 9442898.
HSL color Cylindrical-coordinate representation of color #521690: hue angle of 269.51º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #521690 is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 22 | 144 | - |
| CMYK | 0.43 | 0.85 | 0 | 0.44 |
| HSL | 269.51º | 0.73% | 0.33% | - |
| HSV(B) | 269.51º | 0.85% | 0.56% | - |
| XYZ | 8.8 | 4.38 | 26.77 | - |
| YUV | 53.85 | 178.88 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 22 | 144 | 0.43 | 0.85 | 0 | 0.44 | 269.51 | 0.73 | 0.33 |
| Hex | 52 | 16 | 90 | 2B | 55 | 0 | 2C | 10E | 49 | 21 |
| Octal | 122 | 26 | 220 | 53 | 125 | 0 | 54 | 416 | 111 | 41 |
| Binary | 1010010 | 10110 | 10010000 | 101011 | 1010101 | 0 | 101100 | 100001110 | 1001001 | 100001 |
Color Harmonies of #521690
Complementary color
Monochromatic Colors of #521690
Black with #521690
Text Example
Text Example
White with #521690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521690; }
p { color: rgb(82,22,144); }
H1.HeaderClassName
{
color: #521690;
}
.AnyTagClassName
{
color: #521690;
}
</style>
background-color css
<style>
a { background-color: #521690; }
a { background-color: rgb(82,22,144); }
div.DivClassName
{
background-color: #521690;
}
.BgClassName
{
background-color: #521690;
}
</style>
border-color css
<style>
span { border-color: #521690; }
span { border-color: rgb(82,22,144); }
td.TdClassName
{
border-color: #521690;
}
.TagClassName
{
border-color: #521690;
}
</style>