Shades of Indigo #52099C
Tints of Indigo #52099C
RGB
CMYK
RGB Variations
Color information
#52099C (or 0x52099C) is known color: Indigo. HEX triplet: 52, 09 and 9C. RGB value is (82,9,156). Sum of RGB (Red+Green+Blue) = 82+9+156=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #52099C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52099C is #ADF663. Grayscale: #2F2F2F. Windows color (decimal): -11400804 or 10226002. OLE color: 10226002.
HSL color Cylindrical-coordinate representation of color #52099C: hue angle of 269.8º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #52099C is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 9 | 156 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.39 |
| HSL | 269.8º | 0.89% | 0.32% | - |
| HSV(B) | 269.8º | 0.94% | 0.61% | - |
| XYZ | 9.58 | 4.39 | 31.79 | - |
| YUV | 47.59 | 189.18 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 9 | 156 | 0.47 | 0.94 | 0 | 0.39 | 269.8 | 0.89 | 0.32 |
| Hex | 52 | 9 | 9C | 2F | 5E | 0 | 27 | 10E | 59 | 20 |
| Octal | 122 | 11 | 234 | 57 | 136 | 0 | 47 | 416 | 131 | 40 |
| Binary | 1010010 | 1001 | 10011100 | 101111 | 1011110 | 0 | 100111 | 100001110 | 1011001 | 100000 |
Color Harmonies of #52099C
Complementary color
Monochromatic Colors of #52099C
Black with #52099C
Text Example
Text Example
White with #52099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52099C; }
p { color: rgb(82,9,156); }
H1.HeaderClassName
{
color: #52099C;
}
.AnyTagClassName
{
color: #52099C;
}
</style>
background-color css
<style>
a { background-color: #52099C; }
a { background-color: rgb(82,9,156); }
div.DivClassName
{
background-color: #52099C;
}
.BgClassName
{
background-color: #52099C;
}
</style>
border-color css
<style>
span { border-color: #52099C; }
span { border-color: rgb(82,9,156); }
td.TdClassName
{
border-color: #52099C;
}
.TagClassName
{
border-color: #52099C;
}
</style>