Shades of Indigo #520B83
Tints of Indigo #520B83
RGB
CMYK
RGB Variations
Color information
#520B83 (or 0x520B83) is known color: Indigo. HEX triplet: 52, 0B and 83. RGB value is (82,11,131). Sum of RGB (Red+Green+Blue) = 82+11+131=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 131 (51.56% from 255 or 58.48% from 224); Max value from RGB is 131 - color contains mainly: blue. Hex color #520B83 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520B83 is #ADF47C. Grayscale: #2D2D2D. Windows color (decimal): -11400317 or 8588114. OLE color: 8588114.
HSL color Cylindrical-coordinate representation of color #520B83: hue angle of 275.5º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #520B83 is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 11 | 131 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.49 |
| HSL | 275.5º | 0.85% | 0.28% | - |
| HSV(B) | 275.5º | 0.92% | 0.51% | - |
| XYZ | 7.7 | 3.67 | 21.78 | - |
| YUV | 45.91 | 176.02 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 131 | 0.37 | 0.92 | 0 | 0.49 | 275.5 | 0.85 | 0.28 |
| Hex | 52 | B | 83 | 25 | 5C | 0 | 31 | 114 | 55 | 1C |
| Octal | 122 | 13 | 203 | 45 | 134 | 0 | 61 | 424 | 125 | 34 |
| Binary | 1010010 | 1011 | 10000011 | 100101 | 1011100 | 0 | 110001 | 100010100 | 1010101 | 11100 |
Color Harmonies of #520B83
Complementary color
Monochromatic Colors of #520B83
Black with #520B83
Text Example
Text Example
White with #520B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520B83; }
p { color: rgb(82,11,131); }
H1.HeaderClassName
{
color: #520B83;
}
.AnyTagClassName
{
color: #520B83;
}
</style>
background-color css
<style>
a { background-color: #520B83; }
a { background-color: rgb(82,11,131); }
div.DivClassName
{
background-color: #520B83;
}
.BgClassName
{
background-color: #520B83;
}
</style>
border-color css
<style>
span { border-color: #520B83; }
span { border-color: rgb(82,11,131); }
td.TdClassName
{
border-color: #520B83;
}
.TagClassName
{
border-color: #520B83;
}
</style>