Shades of Indigo #52039E
Tints of Indigo #52039E
RGB
CMYK
RGB Variations
Color information
#52039E (or 0x52039E) is known color: Indigo. HEX triplet: 52, 03 and 9E. RGB value is (82,3,158). Sum of RGB (Red+Green+Blue) = 82+3+158=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 158 (62.11% from 255 or 65.02% from 243); Max value from RGB is 158 - color contains mainly: blue. Hex color #52039E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52039E is #ADFC61. Grayscale: #2B2B2B. Windows color (decimal): -11402338 or 10355538. OLE color: 10355538.
HSL color Cylindrical-coordinate representation of color #52039E: hue angle of 270.58º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52039E is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 3 | 158 | - |
| CMYK | 0.48 | 0.98 | 0 | 0.38 |
| HSL | 270.58º | 0.96% | 0.32% | - |
| HSV(B) | 270.58º | 0.98% | 0.62% | - |
| XYZ | 9.68 | 4.33 | 32.67 | - |
| YUV | 44.29 | 192.17 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 3 | 158 | 0.48 | 0.98 | 0 | 0.38 | 270.58 | 0.96 | 0.32 |
| Hex | 52 | 3 | 9E | 30 | 62 | 0 | 26 | 10F | 60 | 20 |
| Octal | 122 | 3 | 236 | 60 | 142 | 0 | 46 | 417 | 140 | 40 |
| Binary | 1010010 | 11 | 10011110 | 110000 | 1100010 | 0 | 100110 | 100001111 | 1100000 | 100000 |
Color Harmonies of #52039E
Complementary color
Monochromatic Colors of #52039E
Black with #52039E
Text Example
Text Example
White with #52039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52039E; }
p { color: rgb(82,3,158); }
H1.HeaderClassName
{
color: #52039E;
}
.AnyTagClassName
{
color: #52039E;
}
</style>
background-color css
<style>
a { background-color: #52039E; }
a { background-color: rgb(82,3,158); }
div.DivClassName
{
background-color: #52039E;
}
.BgClassName
{
background-color: #52039E;
}
</style>
border-color css
<style>
span { border-color: #52039E; }
span { border-color: rgb(82,3,158); }
td.TdClassName
{
border-color: #52039E;
}
.TagClassName
{
border-color: #52039E;
}
</style>