Shades of Indigo #520882
Tints of Indigo #520882
RGB
CMYK
RGB Variations
Color information
#520882 (or 0x520882) is known color: Indigo. HEX triplet: 52, 08 and 82. RGB value is (82,8,130). Sum of RGB (Red+Green+Blue) = 82+8+130=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 130 (51.17% from 255 or 59.09% from 220); Max value from RGB is 130 - color contains mainly: blue. Hex color #520882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520882 is #ADF77D. Grayscale: #2B2B2B. Windows color (decimal): -11401086 or 8521810. OLE color: 8521810.
HSL color Cylindrical-coordinate representation of color #520882: hue angle of 276.39º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520882 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 8 | 130 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.49 |
| HSL | 276.39º | 0.88% | 0.27% | - |
| HSV(B) | 276.39º | 0.94% | 0.51% | - |
| XYZ | 7.6 | 3.58 | 21.41 | - |
| YUV | 44.03 | 176.52 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 8 | 130 | 0.37 | 0.94 | 0 | 0.49 | 276.39 | 0.88 | 0.27 |
| Hex | 52 | 8 | 82 | 25 | 5E | 0 | 31 | 114 | 58 | 1B |
| Octal | 122 | 10 | 202 | 45 | 136 | 0 | 61 | 424 | 130 | 33 |
| Binary | 1010010 | 1000 | 10000010 | 100101 | 1011110 | 0 | 110001 | 100010100 | 1011000 | 11011 |
Color Harmonies of #520882
Complementary color
Monochromatic Colors of #520882
Black with #520882
Text Example
Text Example
White with #520882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520882; }
p { color: rgb(82,8,130); }
H1.HeaderClassName
{
color: #520882;
}
.AnyTagClassName
{
color: #520882;
}
</style>
background-color css
<style>
a { background-color: #520882; }
a { background-color: rgb(82,8,130); }
div.DivClassName
{
background-color: #520882;
}
.BgClassName
{
background-color: #520882;
}
</style>
border-color css
<style>
span { border-color: #520882; }
span { border-color: rgb(82,8,130); }
td.TdClassName
{
border-color: #520882;
}
.TagClassName
{
border-color: #520882;
}
</style>