Shades of Indigo #52098D
Tints of Indigo #52098D
RGB
CMYK
RGB Variations
Color information
#52098D (or 0x52098D) is known color: Indigo. HEX triplet: 52, 09 and 8D. RGB value is (82,9,141). Sum of RGB (Red+Green+Blue) = 82+9+141=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 141 (55.47% from 255 or 60.78% from 232); Max value from RGB is 141 - color contains mainly: blue. Hex color #52098D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52098D is #ADF672. Grayscale: #2D2D2D. Windows color (decimal): -11400819 or 9242962. OLE color: 9242962.
HSL color Cylindrical-coordinate representation of color #52098D: hue angle of 273.18º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #52098D is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 9 | 141 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.45 |
| HSL | 273.18º | 0.88% | 0.29% | - |
| HSV(B) | 273.18º | 0.94% | 0.55% | - |
| XYZ | 8.39 | 3.91 | 25.51 | - |
| YUV | 45.88 | 181.68 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 9 | 141 | 0.42 | 0.94 | 0 | 0.45 | 273.18 | 0.88 | 0.29 |
| Hex | 52 | 9 | 8D | 2A | 5E | 0 | 2D | 111 | 58 | 1D |
| Octal | 122 | 11 | 215 | 52 | 136 | 0 | 55 | 421 | 130 | 35 |
| Binary | 1010010 | 1001 | 10001101 | 101010 | 1011110 | 0 | 101101 | 100010001 | 1011000 | 11101 |
Color Harmonies of #52098D
Complementary color
Monochromatic Colors of #52098D
Black with #52098D
Text Example
Text Example
White with #52098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52098D; }
p { color: rgb(82,9,141); }
H1.HeaderClassName
{
color: #52098D;
}
.AnyTagClassName
{
color: #52098D;
}
</style>
background-color css
<style>
a { background-color: #52098D; }
a { background-color: rgb(82,9,141); }
div.DivClassName
{
background-color: #52098D;
}
.BgClassName
{
background-color: #52098D;
}
</style>
border-color css
<style>
span { border-color: #52098D; }
span { border-color: rgb(82,9,141); }
td.TdClassName
{
border-color: #52098D;
}
.TagClassName
{
border-color: #52098D;
}
</style>