Shades of Indigo #53116C
Tints of Indigo #53116C
RGB
CMYK
RGB Variations
Color information
#53116C (or 0x53116C) is known color: Indigo. HEX triplet: 53, 11 and 6C. RGB value is (83,17,108). Sum of RGB (Red+Green+Blue) = 83+17+108=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 108 (42.58% from 255 or 51.92% from 208); Max value from RGB is 108 - color contains mainly: blue. Hex color #53116C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53116C is #ACEE93. Grayscale: #2E2E2E. Windows color (decimal): -11333268 or 7082323. OLE color: 7082323.
HSL color Cylindrical-coordinate representation of color #53116C: hue angle of 283.52º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53116C is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 17 | 108 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.58 |
| HSL | 283.52º | 0.73% | 0.25% | - |
| HSV(B) | 283.52º | 0.84% | 0.42% | - |
| XYZ | 6.47 | 3.32 | 14.49 | - |
| YUV | 47.11 | 162.37 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 17 | 108 | 0.23 | 0.84 | 0 | 0.58 | 283.52 | 0.73 | 0.25 |
| Hex | 53 | 11 | 6C | 17 | 54 | 0 | 3A | 11C | 49 | 19 |
| Octal | 123 | 21 | 154 | 27 | 124 | 0 | 72 | 434 | 111 | 31 |
| Binary | 1010011 | 10001 | 1101100 | 10111 | 1010100 | 0 | 111010 | 100011100 | 1001001 | 11001 |
Color Harmonies of #53116C
Complementary color
Monochromatic Colors of #53116C
Black with #53116C
Text Example
Text Example
White with #53116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53116C; }
p { color: rgb(83,17,108); }
H1.HeaderClassName
{
color: #53116C;
}
.AnyTagClassName
{
color: #53116C;
}
</style>
background-color css
<style>
a { background-color: #53116C; }
a { background-color: rgb(83,17,108); }
div.DivClassName
{
background-color: #53116C;
}
.BgClassName
{
background-color: #53116C;
}
</style>
border-color css
<style>
span { border-color: #53116C; }
span { border-color: rgb(83,17,108); }
td.TdClassName
{
border-color: #53116C;
}
.TagClassName
{
border-color: #53116C;
}
</style>