Shades of Indigo #52146C
Tints of Indigo #52146C
RGB
CMYK
RGB Variations
Color information
#52146C (or 0x52146C) is known color: Indigo. HEX triplet: 52, 14 and 6C. RGB value is (82,20,108). Sum of RGB (Red+Green+Blue) = 82+20+108=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #52146C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52146C is #ADEB93. Grayscale: #303030. Windows color (decimal): -11398036 or 7083090. OLE color: 7083090.
HSL color Cylindrical-coordinate representation of color #52146C: hue angle of 282.27º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #52146C is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 20 | 108 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.58 |
| HSL | 282.27º | 0.69% | 0.25% | - |
| HSV(B) | 282.27º | 0.81% | 0.42% | - |
| XYZ | 6.44 | 3.38 | 14.5 | - |
| YUV | 48.57 | 161.54 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 20 | 108 | 0.24 | 0.81 | 0 | 0.58 | 282.27 | 0.69 | 0.25 |
| Hex | 52 | 14 | 6C | 18 | 51 | 0 | 3A | 11A | 45 | 19 |
| Octal | 122 | 24 | 154 | 30 | 121 | 0 | 72 | 432 | 105 | 31 |
| Binary | 1010010 | 10100 | 1101100 | 11000 | 1010001 | 0 | 111010 | 100011010 | 1000101 | 11001 |
Color Harmonies of #52146C
Complementary color
Monochromatic Colors of #52146C
Black with #52146C
Text Example
Text Example
White with #52146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52146C; }
p { color: rgb(82,20,108); }
H1.HeaderClassName
{
color: #52146C;
}
.AnyTagClassName
{
color: #52146C;
}
</style>
background-color css
<style>
a { background-color: #52146C; }
a { background-color: rgb(82,20,108); }
div.DivClassName
{
background-color: #52146C;
}
.BgClassName
{
background-color: #52146C;
}
</style>
border-color css
<style>
span { border-color: #52146C; }
span { border-color: rgb(82,20,108); }
td.TdClassName
{
border-color: #52146C;
}
.TagClassName
{
border-color: #52146C;
}
</style>