Shades of Indigo #520FA3
Tints of Indigo #520FA3
RGB
CMYK
RGB Variations
Color information
#520FA3 (or 0x520FA3) is known color: Indigo. HEX triplet: 52, 0F and A3. RGB value is (82,15,163). Sum of RGB (Red+Green+Blue) = 82+15+163=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 163 (64.06% from 255 or 62.69% from 260); Max value from RGB is 163 - color contains mainly: blue. Hex color #520FA3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520FA3 is #ADF05C. Grayscale: #333333. Windows color (decimal): -11399261 or 10686290. OLE color: 10686290.
HSL color Cylindrical-coordinate representation of color #520FA3: hue angle of 267.16º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #520FA3 is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 15 | 163 | - |
| CMYK | 0.50 | 0.91 | 0 | 0.36 |
| HSL | 267.16º | 0.83% | 0.35% | - |
| HSV(B) | 267.16º | 0.91% | 0.64% | - |
| XYZ | 10.26 | 4.78 | 35.03 | - |
| YUV | 51.91 | 190.7 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 15 | 163 | 0.50 | 0.91 | 0 | 0.36 | 267.16 | 0.83 | 0.35 |
| Hex | 52 | F | A3 | 32 | 5B | 0 | 24 | 10B | 53 | 23 |
| Octal | 122 | 17 | 243 | 62 | 133 | 0 | 44 | 413 | 123 | 43 |
| Binary | 1010010 | 1111 | 10100011 | 110010 | 1011011 | 0 | 100100 | 100001011 | 1010011 | 100011 |
Color Harmonies of #520FA3
Complementary color
Monochromatic Colors of #520FA3
Black with #520FA3
Text Example
Text Example
White with #520FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520FA3; }
p { color: rgb(82,15,163); }
H1.HeaderClassName
{
color: #520FA3;
}
.AnyTagClassName
{
color: #520FA3;
}
</style>
background-color css
<style>
a { background-color: #520FA3; }
a { background-color: rgb(82,15,163); }
div.DivClassName
{
background-color: #520FA3;
}
.BgClassName
{
background-color: #520FA3;
}
</style>
border-color css
<style>
span { border-color: #520FA3; }
span { border-color: rgb(82,15,163); }
td.TdClassName
{
border-color: #520FA3;
}
.TagClassName
{
border-color: #520FA3;
}
</style>