Shades of Indigo #54166F
Tints of Indigo #54166F
RGB
CMYK
RGB Variations
Color information
#54166F (or 0x54166F) is known color: Indigo. HEX triplet: 54, 16 and 6F. RGB value is (84,22,111). Sum of RGB (Red+Green+Blue) = 84+22+111=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 111 (43.75% from 255 or 51.15% from 217); Max value from RGB is 111 - color contains mainly: blue. Hex color #54166F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54166F is #ABE990. Grayscale: #323232. Windows color (decimal): -11266449 or 7280212. OLE color: 7280212.
HSL color Cylindrical-coordinate representation of color #54166F: hue angle of 281.8º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #54166F is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 22 | 111 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.56 |
| HSL | 281.8º | 0.67% | 0.26% | - |
| HSV(B) | 281.8º | 0.8% | 0.44% | - |
| XYZ | 6.81 | 3.61 | 15.38 | - |
| YUV | 50.68 | 162.04 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 22 | 111 | 0.24 | 0.80 | 0 | 0.56 | 281.8 | 0.67 | 0.26 |
| Hex | 54 | 16 | 6F | 18 | 50 | 0 | 38 | 11A | 43 | 1A |
| Octal | 124 | 26 | 157 | 30 | 120 | 0 | 70 | 432 | 103 | 32 |
| Binary | 1010100 | 10110 | 1101111 | 11000 | 1010000 | 0 | 111000 | 100011010 | 1000011 | 11010 |
Color Harmonies of #54166F
Complementary color
Monochromatic Colors of #54166F
Black with #54166F
Text Example
Text Example
White with #54166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54166F; }
p { color: rgb(84,22,111); }
H1.HeaderClassName
{
color: #54166F;
}
.AnyTagClassName
{
color: #54166F;
}
</style>
background-color css
<style>
a { background-color: #54166F; }
a { background-color: rgb(84,22,111); }
div.DivClassName
{
background-color: #54166F;
}
.BgClassName
{
background-color: #54166F;
}
</style>
border-color css
<style>
span { border-color: #54166F; }
span { border-color: rgb(84,22,111); }
td.TdClassName
{
border-color: #54166F;
}
.TagClassName
{
border-color: #54166F;
}
</style>