Shades of Indigo #52077F
Tints of Indigo #52077F
RGB
CMYK
RGB Variations
Color information
#52077F (or 0x52077F) is known color: Indigo. HEX triplet: 52, 07 and 7F. RGB value is (82,7,127). Sum of RGB (Red+Green+Blue) = 82+7+127=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 127 (50% from 255 or 58.80% from 216); Max value from RGB is 127 - color contains mainly: blue. Hex color #52077F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52077F is #ADF880. Grayscale: #2A2A2A. Windows color (decimal): -11401345 or 8324946. OLE color: 8324946.
HSL color Cylindrical-coordinate representation of color #52077F: hue angle of 277.5º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #52077F is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 7 | 127 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.50 |
| HSL | 277.5º | 0.9% | 0.26% | - |
| HSV(B) | 277.5º | 0.94% | 0.5% | - |
| XYZ | 7.39 | 3.48 | 20.36 | - |
| YUV | 43.11 | 175.35 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 7 | 127 | 0.35 | 0.94 | 0 | 0.50 | 277.5 | 0.9 | 0.26 |
| Hex | 52 | 7 | 7F | 23 | 5E | 0 | 32 | 116 | 5A | 1A |
| Octal | 122 | 7 | 177 | 43 | 136 | 0 | 62 | 426 | 132 | 32 |
| Binary | 1010010 | 111 | 1111111 | 100011 | 1011110 | 0 | 110010 | 100010110 | 1011010 | 11010 |
Color Harmonies of #52077F
Complementary color
Monochromatic Colors of #52077F
Black with #52077F
Text Example
Text Example
White with #52077F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52077F; }
p { color: rgb(82,7,127); }
H1.HeaderClassName
{
color: #52077F;
}
.AnyTagClassName
{
color: #52077F;
}
</style>
background-color css
<style>
a { background-color: #52077F; }
a { background-color: rgb(82,7,127); }
div.DivClassName
{
background-color: #52077F;
}
.BgClassName
{
background-color: #52077F;
}
</style>
border-color css
<style>
span { border-color: #52077F; }
span { border-color: rgb(82,7,127); }
td.TdClassName
{
border-color: #52077F;
}
.TagClassName
{
border-color: #52077F;
}
</style>