Shades of Indigo #52087F
Tints of Indigo #52087F
RGB
CMYK
RGB Variations
Color information
#52087F (or 0x52087F) is known color: Indigo. HEX triplet: 52, 08 and 7F. RGB value is (82,8,127). Sum of RGB (Red+Green+Blue) = 82+8+127=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 127 (50% from 255 or 58.53% from 217); Max value from RGB is 127 - color contains mainly: blue. Hex color #52087F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52087F is #ADF780. Grayscale: #2B2B2B. Windows color (decimal): -11401089 or 8325202. OLE color: 8325202.
HSL color Cylindrical-coordinate representation of color #52087F: hue angle of 277.31º degrees, saturation: 0.88, 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 #52087F is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 8 | 127 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.50 |
| HSL | 277.31º | 0.88% | 0.26% | - |
| HSV(B) | 277.31º | 0.94% | 0.5% | - |
| XYZ | 7.4 | 3.5 | 20.36 | - |
| YUV | 43.69 | 175.02 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 8 | 127 | 0.35 | 0.94 | 0 | 0.50 | 277.31 | 0.88 | 0.26 |
| Hex | 52 | 8 | 7F | 23 | 5E | 0 | 32 | 115 | 58 | 1A |
| Octal | 122 | 10 | 177 | 43 | 136 | 0 | 62 | 425 | 130 | 32 |
| Binary | 1010010 | 1000 | 1111111 | 100011 | 1011110 | 0 | 110010 | 100010101 | 1011000 | 11010 |
Color Harmonies of #52087F
Complementary color
Monochromatic Colors of #52087F
Black with #52087F
Text Example
Text Example
White with #52087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52087F; }
p { color: rgb(82,8,127); }
H1.HeaderClassName
{
color: #52087F;
}
.AnyTagClassName
{
color: #52087F;
}
</style>
background-color css
<style>
a { background-color: #52087F; }
a { background-color: rgb(82,8,127); }
div.DivClassName
{
background-color: #52087F;
}
.BgClassName
{
background-color: #52087F;
}
</style>
border-color css
<style>
span { border-color: #52087F; }
span { border-color: rgb(82,8,127); }
td.TdClassName
{
border-color: #52087F;
}
.TagClassName
{
border-color: #52087F;
}
</style>