Shades of Indigo #54116A
Tints of Indigo #54116A
RGB
CMYK
RGB Variations
Color information
#54116A (or 0x54116A) is known color: Indigo. HEX triplet: 54, 11 and 6A. RGB value is (84,17,106). Sum of RGB (Red+Green+Blue) = 84+17+106=207 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.58% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 106 (41.80% from 255 or 51.21% from 207); Max value from RGB is 106 - color contains mainly: blue. Hex color #54116A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54116A is #ABEE95. Grayscale: #2E2E2E. Windows color (decimal): -11267734 or 6951252. OLE color: 6951252.
HSL color Cylindrical-coordinate representation of color #54116A: hue angle of 285.17º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #54116A is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 17 | 106 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.58 |
| HSL | 285.17º | 0.72% | 0.24% | - |
| HSV(B) | 285.17º | 0.84% | 0.42% | - |
| XYZ | 6.46 | 3.33 | 13.94 | - |
| YUV | 47.18 | 161.2 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 17 | 106 | 0.21 | 0.84 | 0 | 0.58 | 285.17 | 0.72 | 0.24 |
| Hex | 54 | 11 | 6A | 15 | 54 | 0 | 3A | 11D | 48 | 18 |
| Octal | 124 | 21 | 152 | 25 | 124 | 0 | 72 | 435 | 110 | 30 |
| Binary | 1010100 | 10001 | 1101010 | 10101 | 1010100 | 0 | 111010 | 100011101 | 1001000 | 11000 |
Color Harmonies of #54116A
Complementary color
Monochromatic Colors of #54116A
Black with #54116A
Text Example
Text Example
White with #54116A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54116A; }
p { color: rgb(84,17,106); }
H1.HeaderClassName
{
color: #54116A;
}
.AnyTagClassName
{
color: #54116A;
}
</style>
background-color css
<style>
a { background-color: #54116A; }
a { background-color: rgb(84,17,106); }
div.DivClassName
{
background-color: #54116A;
}
.BgClassName
{
background-color: #54116A;
}
</style>
border-color css
<style>
span { border-color: #54116A; }
span { border-color: rgb(84,17,106); }
td.TdClassName
{
border-color: #54116A;
}
.TagClassName
{
border-color: #54116A;
}
</style>