Shades of Indigo #520376
Tints of Indigo #520376
RGB
CMYK
RGB Variations
Color information
#520376 (or 0x520376) is known color: Indigo. HEX triplet: 52, 03 and 76. RGB value is (82,3,118). Sum of RGB (Red+Green+Blue) = 82+3+118=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #520376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520376 is #ADFC89. Grayscale: #272727. Windows color (decimal): -11402378 or 7734098. OLE color: 7734098.
HSL color Cylindrical-coordinate representation of color #520376: hue angle of 281.22º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #520376 is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 3 | 118 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.54 |
| HSL | 281.22º | 0.95% | 0.24% | - |
| HSV(B) | 281.22º | 0.97% | 0.46% | - |
| XYZ | 6.78 | 3.17 | 17.39 | - |
| YUV | 39.73 | 172.17 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 3 | 118 | 0.31 | 0.97 | 0 | 0.54 | 281.22 | 0.95 | 0.24 |
| Hex | 52 | 3 | 76 | 1F | 61 | 0 | 36 | 119 | 5F | 18 |
| Octal | 122 | 3 | 166 | 37 | 141 | 0 | 66 | 431 | 137 | 30 |
| Binary | 1010010 | 11 | 1110110 | 11111 | 1100001 | 0 | 110110 | 100011001 | 1011111 | 11000 |
Color Harmonies of #520376
Complementary color
Monochromatic Colors of #520376
Black with #520376
Text Example
Text Example
White with #520376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520376; }
p { color: rgb(82,3,118); }
H1.HeaderClassName
{
color: #520376;
}
.AnyTagClassName
{
color: #520376;
}
</style>
background-color css
<style>
a { background-color: #520376; }
a { background-color: rgb(82,3,118); }
div.DivClassName
{
background-color: #520376;
}
.BgClassName
{
background-color: #520376;
}
</style>
border-color css
<style>
span { border-color: #520376; }
span { border-color: rgb(82,3,118); }
td.TdClassName
{
border-color: #520376;
}
.TagClassName
{
border-color: #520376;
}
</style>