Shades of Indigo #520676
Tints of Indigo #520676
RGB
CMYK
RGB Variations
Color information
#520676 (or 0x520676) is known color: Indigo. HEX triplet: 52, 06 and 76. RGB value is (82,6,118). Sum of RGB (Red+Green+Blue) = 82+6+118=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #520676 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520676 is #ADF989. Grayscale: #292929. Windows color (decimal): -11401610 or 7734866. OLE color: 7734866.
HSL color Cylindrical-coordinate representation of color #520676: hue angle of 280.71º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520676 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 6 | 118 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.54 |
| HSL | 280.71º | 0.9% | 0.24% | - |
| HSV(B) | 280.71º | 0.95% | 0.46% | - |
| XYZ | 6.81 | 3.23 | 17.4 | - |
| YUV | 41.49 | 171.18 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 6 | 118 | 0.31 | 0.95 | 0 | 0.54 | 280.71 | 0.9 | 0.24 |
| Hex | 52 | 6 | 76 | 1F | 5F | 0 | 36 | 119 | 5A | 18 |
| Octal | 122 | 6 | 166 | 37 | 137 | 0 | 66 | 431 | 132 | 30 |
| Binary | 1010010 | 110 | 1110110 | 11111 | 1011111 | 0 | 110110 | 100011001 | 1011010 | 11000 |
Color Harmonies of #520676
Complementary color
Monochromatic Colors of #520676
Black with #520676
Text Example
Text Example
White with #520676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520676; }
p { color: rgb(82,6,118); }
H1.HeaderClassName
{
color: #520676;
}
.AnyTagClassName
{
color: #520676;
}
</style>
background-color css
<style>
a { background-color: #520676; }
a { background-color: rgb(82,6,118); }
div.DivClassName
{
background-color: #520676;
}
.BgClassName
{
background-color: #520676;
}
</style>
border-color css
<style>
span { border-color: #520676; }
span { border-color: rgb(82,6,118); }
td.TdClassName
{
border-color: #520676;
}
.TagClassName
{
border-color: #520676;
}
</style>