Shades of Indigo #520466
Tints of Indigo #520466
RGB
CMYK
RGB Variations
Color information
#520466 (or 0x520466) is known color: Indigo. HEX triplet: 52, 04 and 66. RGB value is (82,4,102). Sum of RGB (Red+Green+Blue) = 82+4+102=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 102 (40.23% from 255 or 54.26% from 188); Max value from RGB is 102 - color contains mainly: blue. Hex color #520466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520466 is #ADFB99. Grayscale: #262626. Windows color (decimal): -11402138 or 6685778. OLE color: 6685778.
HSL color Cylindrical-coordinate representation of color #520466: hue angle of 287.76º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520466 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 82 | 4 | 102 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.6 |
| HSL | 287.76º | 0.92% | 0.21% | - |
| HSV(B) | 287.76º | 0.96% | 0.4% | - |
| XYZ | 5.92 | 2.84 | 12.81 | - |
| YUV | 38.49 | 163.84 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 4 | 102 | 0.20 | 0.96 | 0 | 0.6 | 287.76 | 0.92 | 0.21 |
| Hex | 52 | 4 | 66 | 14 | 60 | 0 | 3C | 120 | 5C | 15 |
| Octal | 122 | 4 | 146 | 24 | 140 | 0 | 74 | 440 | 134 | 25 |
| Binary | 1010010 | 100 | 1100110 | 10100 | 1100000 | 0 | 111100 | 100100000 | 1011100 | 10101 |
Color Harmonies of #520466
Complementary color
Monochromatic Colors of #520466
Black with #520466
Text Example
Text Example
White with #520466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520466; }
p { color: rgb(82,4,102); }
H1.HeaderClassName
{
color: #520466;
}
.AnyTagClassName
{
color: #520466;
}
</style>
background-color css
<style>
a { background-color: #520466; }
a { background-color: rgb(82,4,102); }
div.DivClassName
{
background-color: #520466;
}
.BgClassName
{
background-color: #520466;
}
</style>
border-color css
<style>
span { border-color: #520466; }
span { border-color: rgb(82,4,102); }
td.TdClassName
{
border-color: #520466;
}
.TagClassName
{
border-color: #520466;
}
</style>