Shades of Indigo #520F90
Tints of Indigo #520F90
RGB
CMYK
RGB Variations
Color information
#520F90 (or 0x520F90) is known color: Indigo. HEX triplet: 52, 0F and 90. RGB value is (82,15,144). Sum of RGB (Red+Green+Blue) = 82+15+144=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #520F90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520F90 is #ADF06F. Grayscale: #313131. Windows color (decimal): -11399280 or 9441106. OLE color: 9441106.
HSL color Cylindrical-coordinate representation of color #520F90: hue angle of 271.16º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520F90 is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 15 | 144 | - |
| CMYK | 0.43 | 0.90 | 0 | 0.44 |
| HSL | 271.16º | 0.81% | 0.31% | - |
| HSV(B) | 271.16º | 0.9% | 0.56% | - |
| XYZ | 8.68 | 4.15 | 26.73 | - |
| YUV | 49.74 | 181.2 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 15 | 144 | 0.43 | 0.90 | 0 | 0.44 | 271.16 | 0.81 | 0.31 |
| Hex | 52 | F | 90 | 2B | 5A | 0 | 2C | 10F | 51 | 1F |
| Octal | 122 | 17 | 220 | 53 | 132 | 0 | 54 | 417 | 121 | 37 |
| Binary | 1010010 | 1111 | 10010000 | 101011 | 1011010 | 0 | 101100 | 100001111 | 1010001 | 11111 |
Color Harmonies of #520F90
Complementary color
Monochromatic Colors of #520F90
Black with #520F90
Text Example
Text Example
White with #520F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520F90; }
p { color: rgb(82,15,144); }
H1.HeaderClassName
{
color: #520F90;
}
.AnyTagClassName
{
color: #520F90;
}
</style>
background-color css
<style>
a { background-color: #520F90; }
a { background-color: rgb(82,15,144); }
div.DivClassName
{
background-color: #520F90;
}
.BgClassName
{
background-color: #520F90;
}
</style>
border-color css
<style>
span { border-color: #520F90; }
span { border-color: rgb(82,15,144); }
td.TdClassName
{
border-color: #520F90;
}
.TagClassName
{
border-color: #520F90;
}
</style>