Shades of Indigo #520BAB
Tints of Indigo #520BAB
RGB
CMYK
RGB Variations
Color information
#520BAB (or 0x520BAB) is known color: Indigo. HEX triplet: 52, 0B and AB. RGB value is (82,11,171). Sum of RGB (Red+Green+Blue) = 82+11+171=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 171 (67.19% from 255 or 64.77% from 264); Max value from RGB is 171 - color contains mainly: blue. Hex color #520BAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520BAB is #ADF454. Grayscale: #313131. Windows color (decimal): -11400277 or 11209554. OLE color: 11209554.
HSL color Cylindrical-coordinate representation of color #520BAB: hue angle of 266.62º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520BAB is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 11 | 171 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.33 |
| HSL | 266.63º | 0.88% | 0.36% | - |
| HSV(B) | 266.63º | 0.94% | 0.67% | - |
| XYZ | 10.95 | 4.97 | 38.91 | - |
| YUV | 50.47 | 196.02 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 171 | 0.52 | 0.94 | 0 | 0.33 | 266.63 | 0.88 | 0.36 |
| Hex | 52 | B | AB | 34 | 5E | 0 | 21 | 10B | 58 | 24 |
| Octal | 122 | 13 | 253 | 64 | 136 | 0 | 41 | 413 | 130 | 44 |
| Binary | 1010010 | 1011 | 10101011 | 110100 | 1011110 | 0 | 100001 | 100001011 | 1011000 | 100100 |
Color Harmonies of #520BAB
Complementary color
Monochromatic Colors of #520BAB
Black with #520BAB
Text Example
Text Example
White with #520BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520BAB; }
p { color: rgb(82,11,171); }
H1.HeaderClassName
{
color: #520BAB;
}
.AnyTagClassName
{
color: #520BAB;
}
</style>
background-color css
<style>
a { background-color: #520BAB; }
a { background-color: rgb(82,11,171); }
div.DivClassName
{
background-color: #520BAB;
}
.BgClassName
{
background-color: #520BAB;
}
</style>
border-color css
<style>
span { border-color: #520BAB; }
span { border-color: rgb(82,11,171); }
td.TdClassName
{
border-color: #520BAB;
}
.TagClassName
{
border-color: #520BAB;
}
</style>