Shades of Indigo #52029C
Tints of Indigo #52029C
RGB
CMYK
RGB Variations
Color information
#52029C (or 0x52029C) is known color: Indigo. HEX triplet: 52, 02 and 9C. RGB value is (82,2,156). Sum of RGB (Red+Green+Blue) = 82+2+156=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 156 (61.33% from 255 or 65% from 240); Max value from RGB is 156 - color contains mainly: blue. Hex color #52029C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52029C is #ADFD63. Grayscale: #2A2A2A. Windows color (decimal): -11402596 or 10224210. OLE color: 10224210.
HSL color Cylindrical-coordinate representation of color #52029C: hue angle of 271.17º degrees, saturation: 0.97, 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 #52029C is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 2 | 156 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.39 |
| HSL | 271.17º | 0.97% | 0.31% | - |
| HSV(B) | 271.17º | 0.99% | 0.61% | - |
| XYZ | 9.5 | 4.24 | 31.77 | - |
| YUV | 43.48 | 191.5 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 2 | 156 | 0.47 | 0.99 | 0 | 0.39 | 271.17 | 0.97 | 0.31 |
| Hex | 52 | 2 | 9C | 2F | 63 | 0 | 27 | 10F | 61 | 1F |
| Octal | 122 | 2 | 234 | 57 | 143 | 0 | 47 | 417 | 141 | 37 |
| Binary | 1010010 | 10 | 10011100 | 101111 | 1100011 | 0 | 100111 | 100001111 | 1100001 | 11111 |
Color Harmonies of #52029C
Complementary color
Monochromatic Colors of #52029C
Black with #52029C
Text Example
Text Example
White with #52029C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52029C; }
p { color: rgb(82,2,156); }
H1.HeaderClassName
{
color: #52029C;
}
.AnyTagClassName
{
color: #52029C;
}
</style>
background-color css
<style>
a { background-color: #52029C; }
a { background-color: rgb(82,2,156); }
div.DivClassName
{
background-color: #52029C;
}
.BgClassName
{
background-color: #52029C;
}
</style>
border-color css
<style>
span { border-color: #52029C; }
span { border-color: rgb(82,2,156); }
td.TdClassName
{
border-color: #52029C;
}
.TagClassName
{
border-color: #52029C;
}
</style>