Shades of Indigo #520986
Tints of Indigo #520986
RGB
CMYK
RGB Variations
Color information
#520986 (or 0x520986) is known color: Indigo. HEX triplet: 52, 09 and 86. RGB value is (82,9,134). Sum of RGB (Red+Green+Blue) = 82+9+134=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 134 (52.73% from 255 or 59.56% from 225); Max value from RGB is 134 - color contains mainly: blue. Hex color #520986 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520986 is #ADF679. Grayscale: #2C2C2C. Windows color (decimal): -11400826 or 8784210. OLE color: 8784210.
HSL color Cylindrical-coordinate representation of color #520986: hue angle of 275.04º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520986 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 9 | 134 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.47 |
| HSL | 275.04º | 0.87% | 0.28% | - |
| HSV(B) | 275.04º | 0.93% | 0.53% | - |
| XYZ | 7.88 | 3.71 | 22.86 | - |
| YUV | 45.08 | 178.18 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 9 | 134 | 0.39 | 0.93 | 0 | 0.47 | 275.04 | 0.87 | 0.28 |
| Hex | 52 | 9 | 86 | 27 | 5D | 0 | 2F | 113 | 57 | 1C |
| Octal | 122 | 11 | 206 | 47 | 135 | 0 | 57 | 423 | 127 | 34 |
| Binary | 1010010 | 1001 | 10000110 | 100111 | 1011101 | 0 | 101111 | 100010011 | 1010111 | 11100 |
Color Harmonies of #520986
Complementary color
Monochromatic Colors of #520986
Black with #520986
Text Example
Text Example
White with #520986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520986; }
p { color: rgb(82,9,134); }
H1.HeaderClassName
{
color: #520986;
}
.AnyTagClassName
{
color: #520986;
}
</style>
background-color css
<style>
a { background-color: #520986; }
a { background-color: rgb(82,9,134); }
div.DivClassName
{
background-color: #520986;
}
.BgClassName
{
background-color: #520986;
}
</style>
border-color css
<style>
span { border-color: #520986; }
span { border-color: rgb(82,9,134); }
td.TdClassName
{
border-color: #520986;
}
.TagClassName
{
border-color: #520986;
}
</style>