Shades of Indigo #5200A0
Tints of Indigo #5200A0
RGB
CMYK
RGB Variations
Color information
#5200A0 (or 0x5200A0) is known color: Indigo. HEX triplet: 52, 00 and A0. RGB value is (82,0,160). Sum of RGB (Red+Green+Blue) = 82+0+160=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 160 (62.89% from 255 or 66.12% from 242); Max value from RGB is 160 - color contains mainly: blue. Hex color #5200A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5200A0 is #ADFF5F. Grayscale: #2A2A2A. Windows color (decimal): -11403104 or 10485842. OLE color: 10485842.
HSL color Cylindrical-coordinate representation of color #5200A0: hue angle of 270.75º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5200A0 is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 82 | 0 | 160 | - |
| CMYK | 0.49 | 1 | 0 | 0.37 |
| HSL | 270.75º | 1% | 0.31% | - |
| HSV(B) | 270.75º | 1% | 0.63% | - |
| XYZ | 9.82 | 4.33 | 33.58 | - |
| YUV | 42.76 | 194.17 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 160 | 0.49 | 1 | 0 | 0.37 | 270.75 | 1 | 0.31 |
| Hex | 52 | 0 | A0 | 31 | 64 | 0 | 25 | 10F | 64 | 1F |
| Octal | 122 | 0 | 240 | 61 | 144 | 0 | 45 | 417 | 144 | 37 |
| Binary | 1010010 | 0 | 10100000 | 110001 | 1100100 | 0 | 100101 | 100001111 | 1100100 | 11111 |
Color Harmonies of #5200A0
Complementary color
Monochromatic Colors of #5200A0
Black with #5200A0
Text Example
Text Example
White with #5200A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5200A0; }
p { color: rgb(82,0,160); }
H1.HeaderClassName
{
color: #5200A0;
}
.AnyTagClassName
{
color: #5200A0;
}
</style>
background-color css
<style>
a { background-color: #5200A0; }
a { background-color: rgb(82,0,160); }
div.DivClassName
{
background-color: #5200A0;
}
.BgClassName
{
background-color: #5200A0;
}
</style>
border-color css
<style>
span { border-color: #5200A0; }
span { border-color: rgb(82,0,160); }
td.TdClassName
{
border-color: #5200A0;
}
.TagClassName
{
border-color: #5200A0;
}
</style>