Shades of Indigo #520B90
Tints of Indigo #520B90
RGB
CMYK
RGB Variations
Color information
#520B90 (or 0x520B90) is known color: Indigo. HEX triplet: 52, 0B and 90. RGB value is (82,11,144). Sum of RGB (Red+Green+Blue) = 82+11+144=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 144 (56.64% from 255 or 60.76% from 237); Max value from RGB is 144 - color contains mainly: blue. Hex color #520B90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520B90 is #ADF46F. Grayscale: #2E2E2E. Windows color (decimal): -11400304 or 9440082. OLE color: 9440082.
HSL color Cylindrical-coordinate representation of color #520B90: hue angle of 272.03º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #520B90 is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 11 | 144 | - |
| CMYK | 0.43 | 0.92 | 0 | 0.44 |
| HSL | 272.03º | 0.86% | 0.3% | - |
| HSV(B) | 272.03º | 0.92% | 0.56% | - |
| XYZ | 8.63 | 4.05 | 26.71 | - |
| YUV | 47.39 | 182.52 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 144 | 0.43 | 0.92 | 0 | 0.44 | 272.03 | 0.86 | 0.3 |
| Hex | 52 | B | 90 | 2B | 5C | 0 | 2C | 110 | 56 | 1E |
| Octal | 122 | 13 | 220 | 53 | 134 | 0 | 54 | 420 | 126 | 36 |
| Binary | 1010010 | 1011 | 10010000 | 101011 | 1011100 | 0 | 101100 | 100010000 | 1010110 | 11110 |
Color Harmonies of #520B90
Complementary color
Monochromatic Colors of #520B90
Black with #520B90
Text Example
Text Example
White with #520B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520B90; }
p { color: rgb(82,11,144); }
H1.HeaderClassName
{
color: #520B90;
}
.AnyTagClassName
{
color: #520B90;
}
</style>
background-color css
<style>
a { background-color: #520B90; }
a { background-color: rgb(82,11,144); }
div.DivClassName
{
background-color: #520B90;
}
.BgClassName
{
background-color: #520B90;
}
</style>
border-color css
<style>
span { border-color: #520B90; }
span { border-color: rgb(82,11,144); }
td.TdClassName
{
border-color: #520B90;
}
.TagClassName
{
border-color: #520B90;
}
</style>