Shades of Indigo #52097F
Tints of Indigo #52097F
RGB
CMYK
RGB Variations
Color information
#52097F (or 0x52097F) is known color: Indigo. HEX triplet: 52, 09 and 7F. RGB value is (82,9,127). Sum of RGB (Red+Green+Blue) = 82+9+127=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #52097F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52097F is #ADF680. Grayscale: #2B2B2B. Windows color (decimal): -11400833 or 8325458. OLE color: 8325458.
HSL color Cylindrical-coordinate representation of color #52097F: hue angle of 277.12º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52097F is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 9 | 127 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.50 |
| HSL | 277.12º | 0.87% | 0.27% | - |
| HSV(B) | 277.12º | 0.93% | 0.5% | - |
| XYZ | 7.41 | 3.52 | 20.37 | - |
| YUV | 44.28 | 174.68 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 9 | 127 | 0.35 | 0.93 | 0 | 0.50 | 277.12 | 0.87 | 0.27 |
| Hex | 52 | 9 | 7F | 23 | 5D | 0 | 32 | 115 | 57 | 1B |
| Octal | 122 | 11 | 177 | 43 | 135 | 0 | 62 | 425 | 127 | 33 |
| Binary | 1010010 | 1001 | 1111111 | 100011 | 1011101 | 0 | 110010 | 100010101 | 1010111 | 11011 |
Color Harmonies of #52097F
Complementary color
Monochromatic Colors of #52097F
Black with #52097F
Text Example
Text Example
White with #52097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52097F; }
p { color: rgb(82,9,127); }
H1.HeaderClassName
{
color: #52097F;
}
.AnyTagClassName
{
color: #52097F;
}
</style>
background-color css
<style>
a { background-color: #52097F; }
a { background-color: rgb(82,9,127); }
div.DivClassName
{
background-color: #52097F;
}
.BgClassName
{
background-color: #52097F;
}
</style>
border-color css
<style>
span { border-color: #52097F; }
span { border-color: rgb(82,9,127); }
td.TdClassName
{
border-color: #52097F;
}
.TagClassName
{
border-color: #52097F;
}
</style>