Shades of Indigo #520991
Tints of Indigo #520991
RGB
CMYK
RGB Variations
Color information
#520991 (or 0x520991) is known color: Indigo. HEX triplet: 52, 09 and 91. RGB value is (82,9,145). Sum of RGB (Red+Green+Blue) = 82+9+145=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 145 (57.03% from 255 or 61.44% from 236); Max value from RGB is 145 - color contains mainly: blue. Hex color #520991 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520991 is #ADF66E. Grayscale: #2D2D2D. Windows color (decimal): -11400815 or 9505106. OLE color: 9505106.
HSL color Cylindrical-coordinate representation of color #520991: hue angle of 272.21º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520991 is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 9 | 145 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.43 |
| HSL | 272.21º | 0.88% | 0.3% | - |
| HSV(B) | 272.21º | 0.94% | 0.57% | - |
| XYZ | 8.69 | 4.03 | 27.11 | - |
| YUV | 46.33 | 183.68 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 9 | 145 | 0.43 | 0.94 | 0 | 0.43 | 272.21 | 0.88 | 0.3 |
| Hex | 52 | 9 | 91 | 2B | 5E | 0 | 2B | 110 | 58 | 1E |
| Octal | 122 | 11 | 221 | 53 | 136 | 0 | 53 | 420 | 130 | 36 |
| Binary | 1010010 | 1001 | 10010001 | 101011 | 1011110 | 0 | 101011 | 100010000 | 1011000 | 11110 |
Color Harmonies of #520991
Complementary color
Monochromatic Colors of #520991
Black with #520991
Text Example
Text Example
White with #520991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520991; }
p { color: rgb(82,9,145); }
H1.HeaderClassName
{
color: #520991;
}
.AnyTagClassName
{
color: #520991;
}
</style>
background-color css
<style>
a { background-color: #520991; }
a { background-color: rgb(82,9,145); }
div.DivClassName
{
background-color: #520991;
}
.BgClassName
{
background-color: #520991;
}
</style>
border-color css
<style>
span { border-color: #520991; }
span { border-color: rgb(82,9,145); }
td.TdClassName
{
border-color: #520991;
}
.TagClassName
{
border-color: #520991;
}
</style>