Shades of Indigo #5200AD
Tints of Indigo #5200AD
RGB
CMYK
RGB Variations
Color information
#5200AD (or 0x5200AD) is known color: Indigo. HEX triplet: 52, 00 and AD. RGB value is (82,0,173). Sum of RGB (Red+Green+Blue) = 82+0+173=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 173 (67.97% from 255 or 67.84% from 255); Max value from RGB is 173 - color contains mainly: blue. Hex color #5200AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5200AD is #ADFF52. Grayscale: #2B2B2B. Windows color (decimal): -11403091 or 11337810. OLE color: 11337810.
HSL color Cylindrical-coordinate representation of color #5200AD: hue angle of 268.44º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5200AD is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 0 | 173 | - |
| CMYK | 0.53 | 1 | 0 | 0.32 |
| HSL | 268.44º | 1% | 0.34% | - |
| HSV(B) | 268.44º | 1% | 0.68% | - |
| XYZ | 11.02 | 4.81 | 39.88 | - |
| YUV | 44.24 | 200.67 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 173 | 0.53 | 1 | 0 | 0.32 | 268.44 | 1 | 0.34 |
| Hex | 52 | 0 | AD | 35 | 64 | 0 | 20 | 10C | 64 | 22 |
| Octal | 122 | 0 | 255 | 65 | 144 | 0 | 40 | 414 | 144 | 42 |
| Binary | 1010010 | 0 | 10101101 | 110101 | 1100100 | 0 | 100000 | 100001100 | 1100100 | 100010 |
Color Harmonies of #5200AD
Complementary color
Monochromatic Colors of #5200AD
Black with #5200AD
Text Example
Text Example
White with #5200AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5200AD; }
p { color: rgb(82,0,173); }
H1.HeaderClassName
{
color: #5200AD;
}
.AnyTagClassName
{
color: #5200AD;
}
</style>
background-color css
<style>
a { background-color: #5200AD; }
a { background-color: rgb(82,0,173); }
div.DivClassName
{
background-color: #5200AD;
}
.BgClassName
{
background-color: #5200AD;
}
</style>
border-color css
<style>
span { border-color: #5200AD; }
span { border-color: rgb(82,0,173); }
td.TdClassName
{
border-color: #5200AD;
}
.TagClassName
{
border-color: #5200AD;
}
</style>