Shades of Indigo #52019B
Tints of Indigo #52019B
RGB
CMYK
RGB Variations
Color information
#52019B (or 0x52019B) is known color: Indigo. HEX triplet: 52, 01 and 9B. RGB value is (82,1,155). Sum of RGB (Red+Green+Blue) = 82+1+155=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #52019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52019B is #ADFE64. Grayscale: #2A2A2A. Windows color (decimal): -11402853 or 10158418. OLE color: 10158418.
HSL color Cylindrical-coordinate representation of color #52019B: hue angle of 271.56º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52019B is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 1 | 155 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.39 |
| HSL | 271.56º | 0.99% | 0.31% | - |
| HSV(B) | 271.56º | 0.99% | 0.61% | - |
| XYZ | 9.41 | 4.18 | 31.32 | - |
| YUV | 42.78 | 191.34 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 155 | 0.47 | 0.99 | 0 | 0.39 | 271.56 | 0.99 | 0.31 |
| Hex | 52 | 1 | 9B | 2F | 63 | 0 | 27 | 110 | 63 | 1F |
| Octal | 122 | 1 | 233 | 57 | 143 | 0 | 47 | 420 | 143 | 37 |
| Binary | 1010010 | 1 | 10011011 | 101111 | 1100011 | 0 | 100111 | 100010000 | 1100011 | 11111 |
Color Harmonies of #52019B
Complementary color
Monochromatic Colors of #52019B
Black with #52019B
Text Example
Text Example
White with #52019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52019B; }
p { color: rgb(82,1,155); }
H1.HeaderClassName
{
color: #52019B;
}
.AnyTagClassName
{
color: #52019B;
}
</style>
background-color css
<style>
a { background-color: #52019B; }
a { background-color: rgb(82,1,155); }
div.DivClassName
{
background-color: #52019B;
}
.BgClassName
{
background-color: #52019B;
}
</style>
border-color css
<style>
span { border-color: #52019B; }
span { border-color: rgb(82,1,155); }
td.TdClassName
{
border-color: #52019B;
}
.TagClassName
{
border-color: #52019B;
}
</style>