Shades of Indigo #520176
Tints of Indigo #520176
RGB
CMYK
RGB Variations
Color information
#520176 (or 0x520176) is known color: Indigo. HEX triplet: 52, 01 and 76. RGB value is (82,1,118). Sum of RGB (Red+Green+Blue) = 82+1+118=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #520176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520176 is #ADFE89. Grayscale: #262626. Windows color (decimal): -11402890 or 7733586. OLE color: 7733586.
HSL color Cylindrical-coordinate representation of color #520176: hue angle of 281.54º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #520176 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 1 | 118 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.54 |
| HSL | 281.54º | 0.98% | 0.23% | - |
| HSV(B) | 281.54º | 0.99% | 0.46% | - |
| XYZ | 6.76 | 3.12 | 17.39 | - |
| YUV | 38.56 | 172.84 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 118 | 0.31 | 0.99 | 0 | 0.54 | 281.54 | 0.98 | 0.23 |
| Hex | 52 | 1 | 76 | 1F | 63 | 0 | 36 | 11A | 62 | 17 |
| Octal | 122 | 1 | 166 | 37 | 143 | 0 | 66 | 432 | 142 | 27 |
| Binary | 1010010 | 1 | 1110110 | 11111 | 1100011 | 0 | 110110 | 100011010 | 1100010 | 10111 |
Color Harmonies of #520176
Complementary color
Monochromatic Colors of #520176
Black with #520176
Text Example
Text Example
White with #520176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520176; }
p { color: rgb(82,1,118); }
H1.HeaderClassName
{
color: #520176;
}
.AnyTagClassName
{
color: #520176;
}
</style>
background-color css
<style>
a { background-color: #520176; }
a { background-color: rgb(82,1,118); }
div.DivClassName
{
background-color: #520176;
}
.BgClassName
{
background-color: #520176;
}
</style>
border-color css
<style>
span { border-color: #520176; }
span { border-color: rgb(82,1,118); }
td.TdClassName
{
border-color: #520176;
}
.TagClassName
{
border-color: #520176;
}
</style>