Shades of Indigo #52099A
Tints of Indigo #52099A
RGB
CMYK
RGB Variations
Color information
#52099A (or 0x52099A) is known color: Indigo. HEX triplet: 52, 09 and 9A. RGB value is (82,9,154). Sum of RGB (Red+Green+Blue) = 82+9+154=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 154 (60.55% from 255 or 62.86% from 245); Max value from RGB is 154 - color contains mainly: blue. Hex color #52099A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52099A is #ADF665. Grayscale: #2E2E2E. Windows color (decimal): -11400806 or 10094930. OLE color: 10094930.
HSL color Cylindrical-coordinate representation of color #52099A: hue angle of 270.21º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #52099A is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 9 | 154 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.40 |
| HSL | 270.21º | 0.89% | 0.32% | - |
| HSV(B) | 270.21º | 0.94% | 0.6% | - |
| XYZ | 9.41 | 4.32 | 30.91 | - |
| YUV | 47.36 | 188.18 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 9 | 154 | 0.47 | 0.94 | 0 | 0.40 | 270.21 | 0.89 | 0.32 |
| Hex | 52 | 9 | 9A | 2F | 5E | 0 | 28 | 10E | 59 | 20 |
| Octal | 122 | 11 | 232 | 57 | 136 | 0 | 50 | 416 | 131 | 40 |
| Binary | 1010010 | 1001 | 10011010 | 101111 | 1011110 | 0 | 101000 | 100001110 | 1011001 | 100000 |
Color Harmonies of #52099A
Complementary color
Monochromatic Colors of #52099A
Black with #52099A
Text Example
Text Example
White with #52099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52099A; }
p { color: rgb(82,9,154); }
H1.HeaderClassName
{
color: #52099A;
}
.AnyTagClassName
{
color: #52099A;
}
</style>
background-color css
<style>
a { background-color: #52099A; }
a { background-color: rgb(82,9,154); }
div.DivClassName
{
background-color: #52099A;
}
.BgClassName
{
background-color: #52099A;
}
</style>
border-color css
<style>
span { border-color: #52099A; }
span { border-color: rgb(82,9,154); }
td.TdClassName
{
border-color: #52099A;
}
.TagClassName
{
border-color: #52099A;
}
</style>