Shades of Indigo #520FA5
Tints of Indigo #520FA5
RGB
CMYK
RGB Variations
Color information
#520FA5 (or 0x520FA5) is known color: Indigo. HEX triplet: 52, 0F and A5. RGB value is (82,15,165). Sum of RGB (Red+Green+Blue) = 82+15+165=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 165 (64.84% from 255 or 62.98% from 262); Max value from RGB is 165 - color contains mainly: blue. Hex color #520FA5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520FA5 is #ADF05A. Grayscale: #333333. Windows color (decimal): -11399259 or 10817362. OLE color: 10817362.
HSL color Cylindrical-coordinate representation of color #520FA5: hue angle of 266.8º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #520FA5 is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 82 | 15 | 165 | - |
| CMYK | 0.50 | 0.91 | 0 | 0.35 |
| HSL | 266.8º | 0.83% | 0.35% | - |
| HSV(B) | 266.8º | 0.91% | 0.65% | - |
| XYZ | 10.44 | 4.85 | 35.98 | - |
| YUV | 52.13 | 191.7 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 15 | 165 | 0.50 | 0.91 | 0 | 0.35 | 266.8 | 0.83 | 0.35 |
| Hex | 52 | F | A5 | 32 | 5B | 0 | 23 | 10B | 53 | 23 |
| Octal | 122 | 17 | 245 | 62 | 133 | 0 | 43 | 413 | 123 | 43 |
| Binary | 1010010 | 1111 | 10100101 | 110010 | 1011011 | 0 | 100011 | 100001011 | 1010011 | 100011 |
Color Harmonies of #520FA5
Complementary color
Monochromatic Colors of #520FA5
Black with #520FA5
Text Example
Text Example
White with #520FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520FA5; }
p { color: rgb(82,15,165); }
H1.HeaderClassName
{
color: #520FA5;
}
.AnyTagClassName
{
color: #520FA5;
}
</style>
background-color css
<style>
a { background-color: #520FA5; }
a { background-color: rgb(82,15,165); }
div.DivClassName
{
background-color: #520FA5;
}
.BgClassName
{
background-color: #520FA5;
}
</style>
border-color css
<style>
span { border-color: #520FA5; }
span { border-color: rgb(82,15,165); }
td.TdClassName
{
border-color: #520FA5;
}
.TagClassName
{
border-color: #520FA5;
}
</style>