Shades of Indigo #520968
Tints of Indigo #520968
RGB
CMYK
RGB Variations
Color information
#520968 (or 0x520968) is known color: Indigo. HEX triplet: 52, 09 and 68. RGB value is (82,9,104). Sum of RGB (Red+Green+Blue) = 82+9+104=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 104 (41.02% from 255 or 53.33% from 195); Max value from RGB is 104 - color contains mainly: blue. Hex color #520968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520968 is #ADF697. Grayscale: #292929. Windows color (decimal): -11400856 or 6818130. OLE color: 6818130.
HSL color Cylindrical-coordinate representation of color #520968: hue angle of 286.11º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #520968 is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 82 | 9 | 104 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.59 |
| HSL | 286.11º | 0.84% | 0.22% | - |
| HSV(B) | 286.11º | 0.91% | 0.41% | - |
| XYZ | 6.08 | 2.99 | 13.35 | - |
| YUV | 41.66 | 163.18 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 9 | 104 | 0.21 | 0.91 | 0 | 0.59 | 286.11 | 0.84 | 0.22 |
| Hex | 52 | 9 | 68 | 15 | 5B | 0 | 3B | 11E | 54 | 16 |
| Octal | 122 | 11 | 150 | 25 | 133 | 0 | 73 | 436 | 124 | 26 |
| Binary | 1010010 | 1001 | 1101000 | 10101 | 1011011 | 0 | 111011 | 100011110 | 1010100 | 10110 |
Color Harmonies of #520968
Complementary color
Monochromatic Colors of #520968
Black with #520968
Text Example
Text Example
White with #520968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520968; }
p { color: rgb(82,9,104); }
H1.HeaderClassName
{
color: #520968;
}
.AnyTagClassName
{
color: #520968;
}
</style>
background-color css
<style>
a { background-color: #520968; }
a { background-color: rgb(82,9,104); }
div.DivClassName
{
background-color: #520968;
}
.BgClassName
{
background-color: #520968;
}
</style>
border-color css
<style>
span { border-color: #520968; }
span { border-color: rgb(82,9,104); }
td.TdClassName
{
border-color: #520968;
}
.TagClassName
{
border-color: #520968;
}
</style>