Shades of Indigo #520992
Tints of Indigo #520992
RGB
CMYK
RGB Variations
Color information
#520992 (or 0x520992) is known color: Indigo. HEX triplet: 52, 09 and 92. RGB value is (82,9,146). Sum of RGB (Red+Green+Blue) = 82+9+146=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 146 (57.42% from 255 or 61.60% from 237); Max value from RGB is 146 - color contains mainly: blue. Hex color #520992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520992 is #ADF66D. Grayscale: #2D2D2D. Windows color (decimal): -11400814 or 9570642. OLE color: 9570642.
HSL color Cylindrical-coordinate representation of color #520992: hue angle of 271.97º 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 #520992 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 9 | 146 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.43 |
| HSL | 271.97º | 0.88% | 0.3% | - |
| HSV(B) | 271.97º | 0.94% | 0.57% | - |
| XYZ | 8.77 | 4.06 | 27.52 | - |
| YUV | 46.45 | 184.18 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 9 | 146 | 0.44 | 0.94 | 0 | 0.43 | 271.97 | 0.88 | 0.3 |
| Hex | 52 | 9 | 92 | 2C | 5E | 0 | 2B | 110 | 58 | 1E |
| Octal | 122 | 11 | 222 | 54 | 136 | 0 | 53 | 420 | 130 | 36 |
| Binary | 1010010 | 1001 | 10010010 | 101100 | 1011110 | 0 | 101011 | 100010000 | 1011000 | 11110 |
Color Harmonies of #520992
Complementary color
Monochromatic Colors of #520992
Black with #520992
Text Example
Text Example
White with #520992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520992; }
p { color: rgb(82,9,146); }
H1.HeaderClassName
{
color: #520992;
}
.AnyTagClassName
{
color: #520992;
}
</style>
background-color css
<style>
a { background-color: #520992; }
a { background-color: rgb(82,9,146); }
div.DivClassName
{
background-color: #520992;
}
.BgClassName
{
background-color: #520992;
}
</style>
border-color css
<style>
span { border-color: #520992; }
span { border-color: rgb(82,9,146); }
td.TdClassName
{
border-color: #520992;
}
.TagClassName
{
border-color: #520992;
}
</style>