Shades of Indigo #52028B
Tints of Indigo #52028B
RGB
CMYK
RGB Variations
Color information
#52028B (or 0x52028B) is known color: Indigo. HEX triplet: 52, 02 and 8B. RGB value is (82,2,139). Sum of RGB (Red+Green+Blue) = 82+2+139=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 139 (54.69% from 255 or 62.33% from 223); Max value from RGB is 139 - color contains mainly: blue. Hex color #52028B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52028B is #ADFD74. Grayscale: #292929. Windows color (decimal): -11402613 or 9110098. OLE color: 9110098.
HSL color Cylindrical-coordinate representation of color #52028B: hue angle of 275.04º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52028B is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 2 | 139 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.45 |
| HSL | 275.04º | 0.97% | 0.28% | - |
| HSV(B) | 275.04º | 0.99% | 0.55% | - |
| XYZ | 8.16 | 3.7 | 24.71 | - |
| YUV | 41.54 | 183 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 2 | 139 | 0.41 | 0.99 | 0 | 0.45 | 275.04 | 0.97 | 0.28 |
| Hex | 52 | 2 | 8B | 29 | 63 | 0 | 2D | 113 | 61 | 1C |
| Octal | 122 | 2 | 213 | 51 | 143 | 0 | 55 | 423 | 141 | 34 |
| Binary | 1010010 | 10 | 10001011 | 101001 | 1100011 | 0 | 101101 | 100010011 | 1100001 | 11100 |
Color Harmonies of #52028B
Complementary color
Monochromatic Colors of #52028B
Black with #52028B
Text Example
Text Example
White with #52028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52028B; }
p { color: rgb(82,2,139); }
H1.HeaderClassName
{
color: #52028B;
}
.AnyTagClassName
{
color: #52028B;
}
</style>
background-color css
<style>
a { background-color: #52028B; }
a { background-color: rgb(82,2,139); }
div.DivClassName
{
background-color: #52028B;
}
.BgClassName
{
background-color: #52028B;
}
</style>
border-color css
<style>
span { border-color: #52028B; }
span { border-color: rgb(82,2,139); }
td.TdClassName
{
border-color: #52028B;
}
.TagClassName
{
border-color: #52028B;
}
</style>