Shades of Indigo #52009B
Tints of Indigo #52009B
RGB
CMYK
RGB Variations
Color information
#52009B (or 0x52009B) is known color: Indigo. HEX triplet: 52, 00 and 9B. RGB value is (82,0,155). Sum of RGB (Red+Green+Blue) = 82+0+155=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 155 (60.94% from 255 or 65.40% from 237); Max value from RGB is 155 - color contains mainly: blue. Hex color #52009B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52009B is #ADFF64. Grayscale: #292929. Windows color (decimal): -11403109 or 10158162. OLE color: 10158162.
HSL color Cylindrical-coordinate representation of color #52009B: hue angle of 271.74º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #52009B is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 0 | 155 | - |
| CMYK | 0.47 | 1 | 0 | 0.39 |
| HSL | 271.74º | 1% | 0.3% | - |
| HSV(B) | 271.74º | 1% | 0.61% | - |
| XYZ | 9.4 | 4.16 | 31.32 | - |
| YUV | 42.19 | 191.67 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 155 | 0.47 | 1 | 0 | 0.39 | 271.74 | 1 | 0.3 |
| Hex | 52 | 0 | 9B | 2F | 64 | 0 | 27 | 110 | 64 | 1E |
| Octal | 122 | 0 | 233 | 57 | 144 | 0 | 47 | 420 | 144 | 36 |
| Binary | 1010010 | 0 | 10011011 | 101111 | 1100100 | 0 | 100111 | 100010000 | 1100100 | 11110 |
Color Harmonies of #52009B
Complementary color
Monochromatic Colors of #52009B
Black with #52009B
Text Example
Text Example
White with #52009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52009B; }
p { color: rgb(82,0,155); }
H1.HeaderClassName
{
color: #52009B;
}
.AnyTagClassName
{
color: #52009B;
}
</style>
background-color css
<style>
a { background-color: #52009B; }
a { background-color: rgb(82,0,155); }
div.DivClassName
{
background-color: #52009B;
}
.BgClassName
{
background-color: #52009B;
}
</style>
border-color css
<style>
span { border-color: #52009B; }
span { border-color: rgb(82,0,155); }
td.TdClassName
{
border-color: #52009B;
}
.TagClassName
{
border-color: #52009B;
}
</style>