Shades of Indigo #52019D
Tints of Indigo #52019D
RGB
CMYK
RGB Variations
Color information
#52019D (or 0x52019D) is known color: Indigo. HEX triplet: 52, 01 and 9D. RGB value is (82,1,157). Sum of RGB (Red+Green+Blue) = 82+1+157=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 157 (61.72% from 255 or 65.42% from 240); Max value from RGB is 157 - color contains mainly: blue. Hex color #52019D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52019D is #ADFE62. Grayscale: #2A2A2A. Windows color (decimal): -11402851 or 10289490. OLE color: 10289490.
HSL color Cylindrical-coordinate representation of color #52019D: hue angle of 271.15º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52019D is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 1 | 157 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.38 |
| HSL | 271.15º | 0.99% | 0.31% | - |
| HSV(B) | 271.15º | 0.99% | 0.62% | - |
| XYZ | 9.58 | 4.25 | 32.21 | - |
| YUV | 43 | 192.34 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 157 | 0.48 | 0.99 | 0 | 0.38 | 271.15 | 0.99 | 0.31 |
| Hex | 52 | 1 | 9D | 30 | 63 | 0 | 26 | 10F | 63 | 1F |
| Octal | 122 | 1 | 235 | 60 | 143 | 0 | 46 | 417 | 143 | 37 |
| Binary | 1010010 | 1 | 10011101 | 110000 | 1100011 | 0 | 100110 | 100001111 | 1100011 | 11111 |
Color Harmonies of #52019D
Complementary color
Monochromatic Colors of #52019D
Black with #52019D
Text Example
Text Example
White with #52019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52019D; }
p { color: rgb(82,1,157); }
H1.HeaderClassName
{
color: #52019D;
}
.AnyTagClassName
{
color: #52019D;
}
</style>
background-color css
<style>
a { background-color: #52019D; }
a { background-color: rgb(82,1,157); }
div.DivClassName
{
background-color: #52019D;
}
.BgClassName
{
background-color: #52019D;
}
</style>
border-color css
<style>
span { border-color: #52019D; }
span { border-color: rgb(82,1,157); }
td.TdClassName
{
border-color: #52019D;
}
.TagClassName
{
border-color: #52019D;
}
</style>