Shades of Indigo #520492
Tints of Indigo #520492
RGB
CMYK
RGB Variations
Color information
#520492 (or 0x520492) is known color: Indigo. HEX triplet: 52, 04 and 92. RGB value is (82,4,146). Sum of RGB (Red+Green+Blue) = 82+4+146=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 146 (57.42% from 255 or 62.93% from 232); Max value from RGB is 146 - color contains mainly: blue. Hex color #520492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520492 is #ADFB6D. Grayscale: #2B2B2B. Windows color (decimal): -11402094 or 9569362. OLE color: 9569362.
HSL color Cylindrical-coordinate representation of color #520492: hue angle of 272.96º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #520492 is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 4 | 146 | - |
| CMYK | 0.44 | 0.97 | 0 | 0.43 |
| HSL | 272.96º | 0.95% | 0.29% | - |
| HSV(B) | 272.96º | 0.97% | 0.57% | - |
| XYZ | 8.71 | 3.96 | 27.5 | - |
| YUV | 43.51 | 185.84 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 4 | 146 | 0.44 | 0.97 | 0 | 0.43 | 272.96 | 0.95 | 0.29 |
| Hex | 52 | 4 | 92 | 2C | 61 | 0 | 2B | 111 | 5F | 1D |
| Octal | 122 | 4 | 222 | 54 | 141 | 0 | 53 | 421 | 137 | 35 |
| Binary | 1010010 | 100 | 10010010 | 101100 | 1100001 | 0 | 101011 | 100010001 | 1011111 | 11101 |
Color Harmonies of #520492
Complementary color
Monochromatic Colors of #520492
Black with #520492
Text Example
Text Example
White with #520492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520492; }
p { color: rgb(82,4,146); }
H1.HeaderClassName
{
color: #520492;
}
.AnyTagClassName
{
color: #520492;
}
</style>
background-color css
<style>
a { background-color: #520492; }
a { background-color: rgb(82,4,146); }
div.DivClassName
{
background-color: #520492;
}
.BgClassName
{
background-color: #520492;
}
</style>
border-color css
<style>
span { border-color: #520492; }
span { border-color: rgb(82,4,146); }
td.TdClassName
{
border-color: #520492;
}
.TagClassName
{
border-color: #520492;
}
</style>