Shades of Indigo #52199C
Tints of Indigo #52199C
RGB
CMYK
RGB Variations
Color information
#52199C (or 0x52199C) is known color: Indigo. HEX triplet: 52, 19 and 9C. RGB value is (82,25,156). Sum of RGB (Red+Green+Blue) = 82+25+156=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 156 (61.33% from 255 or 59.32% from 263); Max value from RGB is 156 - color contains mainly: blue. Hex color #52199C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52199C is #ADE663. Grayscale: #383838. Windows color (decimal): -11396708 or 10230098. OLE color: 10230098.
HSL color Cylindrical-coordinate representation of color #52199C: hue angle of 266.11º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52199C is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 25 | 156 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.39 |
| HSL | 266.11º | 0.72% | 0.35% | - |
| HSV(B) | 266.11º | 0.84% | 0.61% | - |
| XYZ | 9.83 | 4.89 | 31.88 | - |
| YUV | 56.98 | 183.88 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 25 | 156 | 0.47 | 0.84 | 0 | 0.39 | 266.11 | 0.72 | 0.35 |
| Hex | 52 | 19 | 9C | 2F | 54 | 0 | 27 | 10A | 48 | 23 |
| Octal | 122 | 31 | 234 | 57 | 124 | 0 | 47 | 412 | 110 | 43 |
| Binary | 1010010 | 11001 | 10011100 | 101111 | 1010100 | 0 | 100111 | 100001010 | 1001000 | 100011 |
Color Harmonies of #52199C
Complementary color
Monochromatic Colors of #52199C
Black with #52199C
Text Example
Text Example
White with #52199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52199C; }
p { color: rgb(82,25,156); }
H1.HeaderClassName
{
color: #52199C;
}
.AnyTagClassName
{
color: #52199C;
}
</style>
background-color css
<style>
a { background-color: #52199C; }
a { background-color: rgb(82,25,156); }
div.DivClassName
{
background-color: #52199C;
}
.BgClassName
{
background-color: #52199C;
}
</style>
border-color css
<style>
span { border-color: #52199C; }
span { border-color: rgb(82,25,156); }
td.TdClassName
{
border-color: #52199C;
}
.TagClassName
{
border-color: #52199C;
}
</style>