Shades of Indigo #5200AE
Tints of Indigo #5200AE
RGB
CMYK
RGB Variations
Color information
#5200AE (or 0x5200AE) is known color: Indigo. HEX triplet: 52, 00 and AE. RGB value is (82,0,174). Sum of RGB (Red+Green+Blue) = 82+0+174=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 174 (68.36% from 255 or 67.97% from 256); Max value from RGB is 174 - color contains mainly: blue. Hex color #5200AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5200AE is #ADFF51. Grayscale: #2B2B2B. Windows color (decimal): -11403090 or 11403346. OLE color: 11403346.
HSL color Cylindrical-coordinate representation of color #5200AE: hue angle of 268.28º 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 #5200AE is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 0 | 174 | - |
| CMYK | 0.53 | 1 | 0 | 0.32 |
| HSL | 268.28º | 1% | 0.34% | - |
| HSV(B) | 268.28º | 1% | 0.68% | - |
| XYZ | 11.12 | 4.85 | 40.39 | - |
| YUV | 44.35 | 201.17 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 174 | 0.53 | 1 | 0 | 0.32 | 268.28 | 1 | 0.34 |
| Hex | 52 | 0 | AE | 35 | 64 | 0 | 20 | 10C | 64 | 22 |
| Octal | 122 | 0 | 256 | 65 | 144 | 0 | 40 | 414 | 144 | 42 |
| Binary | 1010010 | 0 | 10101110 | 110101 | 1100100 | 0 | 100000 | 100001100 | 1100100 | 100010 |
Color Harmonies of #5200AE
Complementary color
Monochromatic Colors of #5200AE
Black with #5200AE
Text Example
Text Example
White with #5200AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5200AE; }
p { color: rgb(82,0,174); }
H1.HeaderClassName
{
color: #5200AE;
}
.AnyTagClassName
{
color: #5200AE;
}
</style>
background-color css
<style>
a { background-color: #5200AE; }
a { background-color: rgb(82,0,174); }
div.DivClassName
{
background-color: #5200AE;
}
.BgClassName
{
background-color: #5200AE;
}
</style>
border-color css
<style>
span { border-color: #5200AE; }
span { border-color: rgb(82,0,174); }
td.TdClassName
{
border-color: #5200AE;
}
.TagClassName
{
border-color: #5200AE;
}
</style>