Shades of Indigo #52019F
Tints of Indigo #52019F
RGB
CMYK
RGB Variations
Color information
#52019F (or 0x52019F) is known color: Indigo. HEX triplet: 52, 01 and 9F. RGB value is (82,1,159). Sum of RGB (Red+Green+Blue) = 82+1+159=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 159 (62.5% from 255 or 65.70% from 242); Max value from RGB is 159 - color contains mainly: blue. Hex color #52019F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52019F is #ADFE60. Grayscale: #2A2A2A. Windows color (decimal): -11402849 or 10420562. OLE color: 10420562.
HSL color Cylindrical-coordinate representation of color #52019F: hue angle of 270.76º 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 #52019F is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 1 | 159 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.38 |
| HSL | 270.76º | 0.99% | 0.31% | - |
| HSV(B) | 270.76º | 0.99% | 0.62% | - |
| XYZ | 9.75 | 4.32 | 33.12 | - |
| YUV | 43.23 | 193.34 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 159 | 0.48 | 0.99 | 0 | 0.38 | 270.76 | 0.99 | 0.31 |
| Hex | 52 | 1 | 9F | 30 | 63 | 0 | 26 | 10F | 63 | 1F |
| Octal | 122 | 1 | 237 | 60 | 143 | 0 | 46 | 417 | 143 | 37 |
| Binary | 1010010 | 1 | 10011111 | 110000 | 1100011 | 0 | 100110 | 100001111 | 1100011 | 11111 |
Color Harmonies of #52019F
Complementary color
Monochromatic Colors of #52019F
Black with #52019F
Text Example
Text Example
White with #52019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52019F; }
p { color: rgb(82,1,159); }
H1.HeaderClassName
{
color: #52019F;
}
.AnyTagClassName
{
color: #52019F;
}
</style>
background-color css
<style>
a { background-color: #52019F; }
a { background-color: rgb(82,1,159); }
div.DivClassName
{
background-color: #52019F;
}
.BgClassName
{
background-color: #52019F;
}
</style>
border-color css
<style>
span { border-color: #52019F; }
span { border-color: rgb(82,1,159); }
td.TdClassName
{
border-color: #52019F;
}
.TagClassName
{
border-color: #52019F;
}
</style>