Shades of Indigo #52198B
Tints of Indigo #52198B
RGB
CMYK
RGB Variations
Color information
#52198B (or 0x52198B) is known color: Indigo. HEX triplet: 52, 19 and 8B. RGB value is (82,25,139). Sum of RGB (Red+Green+Blue) = 82+25+139=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #52198B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52198B is #ADE674. Grayscale: #363636. Windows color (decimal): -11396725 or 9115986. OLE color: 9115986.
HSL color Cylindrical-coordinate representation of color #52198B: hue angle of 270º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #52198B is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 25 | 139 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.45 |
| HSL | 270º | 0.7% | 0.32% | - |
| HSV(B) | 270º | 0.82% | 0.55% | - |
| XYZ | 8.49 | 4.35 | 24.82 | - |
| YUV | 55.04 | 175.38 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 25 | 139 | 0.41 | 0.82 | 0 | 0.45 | 270 | 0.7 | 0.32 |
| Hex | 52 | 19 | 8B | 29 | 52 | 0 | 2D | 10E | 46 | 20 |
| Octal | 122 | 31 | 213 | 51 | 122 | 0 | 55 | 416 | 106 | 40 |
| Binary | 1010010 | 11001 | 10001011 | 101001 | 1010010 | 0 | 101101 | 100001110 | 1000110 | 100000 |
Color Harmonies of #52198B
Complementary color
Monochromatic Colors of #52198B
Black with #52198B
Text Example
Text Example
White with #52198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52198B; }
p { color: rgb(82,25,139); }
H1.HeaderClassName
{
color: #52198B;
}
.AnyTagClassName
{
color: #52198B;
}
</style>
background-color css
<style>
a { background-color: #52198B; }
a { background-color: rgb(82,25,139); }
div.DivClassName
{
background-color: #52198B;
}
.BgClassName
{
background-color: #52198B;
}
</style>
border-color css
<style>
span { border-color: #52198B; }
span { border-color: rgb(82,25,139); }
td.TdClassName
{
border-color: #52198B;
}
.TagClassName
{
border-color: #52198B;
}
</style>