Shades of Indigo #520B9B
Tints of Indigo #520B9B
RGB
CMYK
RGB Variations
Color information
#520B9B (or 0x520B9B) is known color: Indigo. HEX triplet: 52, 0B and 9B. RGB value is (82,11,155). Sum of RGB (Red+Green+Blue) = 82+11+155=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 155 (60.94% from 255 or 62.5% from 248); Max value from RGB is 155 - color contains mainly: blue. Hex color #520B9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520B9B is #ADF464. Grayscale: #303030. Windows color (decimal): -11400293 or 10160978. OLE color: 10160978.
HSL color Cylindrical-coordinate representation of color #520B9B: hue angle of 269.58º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520B9B is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 11 | 155 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.39 |
| HSL | 269.58º | 0.87% | 0.33% | - |
| HSV(B) | 269.58º | 0.93% | 0.61% | - |
| XYZ | 9.52 | 4.4 | 31.36 | - |
| YUV | 48.65 | 188.02 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 155 | 0.47 | 0.93 | 0 | 0.39 | 269.58 | 0.87 | 0.33 |
| Hex | 52 | B | 9B | 2F | 5D | 0 | 27 | 10E | 57 | 21 |
| Octal | 122 | 13 | 233 | 57 | 135 | 0 | 47 | 416 | 127 | 41 |
| Binary | 1010010 | 1011 | 10011011 | 101111 | 1011101 | 0 | 100111 | 100001110 | 1010111 | 100001 |
Color Harmonies of #520B9B
Complementary color
Monochromatic Colors of #520B9B
Black with #520B9B
Text Example
Text Example
White with #520B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520B9B; }
p { color: rgb(82,11,155); }
H1.HeaderClassName
{
color: #520B9B;
}
.AnyTagClassName
{
color: #520B9B;
}
</style>
background-color css
<style>
a { background-color: #520B9B; }
a { background-color: rgb(82,11,155); }
div.DivClassName
{
background-color: #520B9B;
}
.BgClassName
{
background-color: #520B9B;
}
</style>
border-color css
<style>
span { border-color: #520B9B; }
span { border-color: rgb(82,11,155); }
td.TdClassName
{
border-color: #520B9B;
}
.TagClassName
{
border-color: #520B9B;
}
</style>