Shades of Indigo #54106D
Tints of Indigo #54106D
RGB
CMYK
RGB Variations
Color information
#54106D (or 0x54106D) is known color: Indigo. HEX triplet: 54, 10 and 6D. RGB value is (84,16,109). Sum of RGB (Red+Green+Blue) = 84+16+109=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #54106D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54106D is #ABEF92. Grayscale: #2E2E2E. Windows color (decimal): -11267987 or 7147604. OLE color: 7147604.
HSL color Cylindrical-coordinate representation of color #54106D: hue angle of 283.87º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #54106D is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 16 | 109 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.57 |
| HSL | 283.87º | 0.74% | 0.25% | - |
| HSV(B) | 283.87º | 0.85% | 0.43% | - |
| XYZ | 6.6 | 3.36 | 14.77 | - |
| YUV | 46.93 | 163.03 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 16 | 109 | 0.23 | 0.85 | 0 | 0.57 | 283.87 | 0.74 | 0.25 |
| Hex | 54 | 10 | 6D | 17 | 55 | 0 | 39 | 11C | 4A | 19 |
| Octal | 124 | 20 | 155 | 27 | 125 | 0 | 71 | 434 | 112 | 31 |
| Binary | 1010100 | 10000 | 1101101 | 10111 | 1010101 | 0 | 111001 | 100011100 | 1001010 | 11001 |
Color Harmonies of #54106D
Complementary color
Monochromatic Colors of #54106D
Black with #54106D
Text Example
Text Example
White with #54106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54106D; }
p { color: rgb(84,16,109); }
H1.HeaderClassName
{
color: #54106D;
}
.AnyTagClassName
{
color: #54106D;
}
</style>
background-color css
<style>
a { background-color: #54106D; }
a { background-color: rgb(84,16,109); }
div.DivClassName
{
background-color: #54106D;
}
.BgClassName
{
background-color: #54106D;
}
</style>
border-color css
<style>
span { border-color: #54106D; }
span { border-color: rgb(84,16,109); }
td.TdClassName
{
border-color: #54106D;
}
.TagClassName
{
border-color: #54106D;
}
</style>