Shades of Indigo #520B68
Tints of Indigo #520B68
RGB
CMYK
RGB Variations
Color information
#520B68 (or 0x520B68) is known color: Indigo. HEX triplet: 52, 0B and 68. RGB value is (82,11,104). Sum of RGB (Red+Green+Blue) = 82+11+104=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 11 (4.69% from 255 or 5.58% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #520B68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520B68 is #ADF497. Grayscale: #2A2A2A. Windows color (decimal): -11400344 or 6818642. OLE color: 6818642.
HSL color Cylindrical-coordinate representation of color #520B68: hue angle of 285.81º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #520B68 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 82 | 11 | 104 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.59 |
| HSL | 285.81º | 0.81% | 0.23% | - |
| HSV(B) | 285.81º | 0.89% | 0.41% | - |
| XYZ | 6.1 | 3.03 | 13.36 | - |
| YUV | 42.83 | 162.52 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 104 | 0.21 | 0.89 | 0 | 0.59 | 285.81 | 0.81 | 0.23 |
| Hex | 52 | B | 68 | 15 | 59 | 0 | 3B | 11E | 51 | 17 |
| Octal | 122 | 13 | 150 | 25 | 131 | 0 | 73 | 436 | 121 | 27 |
| Binary | 1010010 | 1011 | 1101000 | 10101 | 1011001 | 0 | 111011 | 100011110 | 1010001 | 10111 |
Color Harmonies of #520B68
Complementary color
Monochromatic Colors of #520B68
Black with #520B68
Text Example
Text Example
White with #520B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520B68; }
p { color: rgb(82,11,104); }
H1.HeaderClassName
{
color: #520B68;
}
.AnyTagClassName
{
color: #520B68;
}
</style>
background-color css
<style>
a { background-color: #520B68; }
a { background-color: rgb(82,11,104); }
div.DivClassName
{
background-color: #520B68;
}
.BgClassName
{
background-color: #520B68;
}
</style>
border-color css
<style>
span { border-color: #520B68; }
span { border-color: rgb(82,11,104); }
td.TdClassName
{
border-color: #520B68;
}
.TagClassName
{
border-color: #520B68;
}
</style>