Shades of Indigo #520A92
Tints of Indigo #520A92
RGB
CMYK
RGB Variations
Color information
#520A92 (or 0x520A92) is known color: Indigo. HEX triplet: 52, 0A and 92. RGB value is (82,10,146). Sum of RGB (Red+Green+Blue) = 82+10+146=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 146 (57.42% from 255 or 61.34% from 238); Max value from RGB is 146 - color contains mainly: blue. Hex color #520A92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520A92 is #ADF56D. Grayscale: #2E2E2E. Windows color (decimal): -11400558 or 9570898. OLE color: 9570898.
HSL color Cylindrical-coordinate representation of color #520A92: hue angle of 271.76º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520A92 is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 10 | 146 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.43 |
| HSL | 271.76º | 0.87% | 0.31% | - |
| HSV(B) | 271.76º | 0.93% | 0.57% | - |
| XYZ | 8.78 | 4.09 | 27.52 | - |
| YUV | 47.03 | 183.85 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 10 | 146 | 0.44 | 0.93 | 0 | 0.43 | 271.76 | 0.87 | 0.31 |
| Hex | 52 | A | 92 | 2C | 5D | 0 | 2B | 110 | 57 | 1F |
| Octal | 122 | 12 | 222 | 54 | 135 | 0 | 53 | 420 | 127 | 37 |
| Binary | 1010010 | 1010 | 10010010 | 101100 | 1011101 | 0 | 101011 | 100010000 | 1010111 | 11111 |
Color Harmonies of #520A92
Complementary color
Monochromatic Colors of #520A92
Black with #520A92
Text Example
Text Example
White with #520A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520A92; }
p { color: rgb(82,10,146); }
H1.HeaderClassName
{
color: #520A92;
}
.AnyTagClassName
{
color: #520A92;
}
</style>
background-color css
<style>
a { background-color: #520A92; }
a { background-color: rgb(82,10,146); }
div.DivClassName
{
background-color: #520A92;
}
.BgClassName
{
background-color: #520A92;
}
</style>
border-color css
<style>
span { border-color: #520A92; }
span { border-color: rgb(82,10,146); }
td.TdClassName
{
border-color: #520A92;
}
.TagClassName
{
border-color: #520A92;
}
</style>