Shades of Indigo #54108D
Tints of Indigo #54108D
RGB
CMYK
RGB Variations
Color information
#54108D (or 0x54108D) is known color: Indigo. HEX triplet: 54, 10 and 8D. RGB value is (84,16,141). Sum of RGB (Red+Green+Blue) = 84+16+141=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #54108D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54108D is #ABEF72. Grayscale: #323232. Windows color (decimal): -11267955 or 9244756. OLE color: 9244756.
HSL color Cylindrical-coordinate representation of color #54108D: hue angle of 272.64º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #54108D is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 16 | 141 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.45 |
| HSL | 272.64º | 0.8% | 0.31% | - |
| HSV(B) | 272.64º | 0.89% | 0.55% | - |
| XYZ | 8.65 | 4.18 | 25.55 | - |
| YUV | 50.58 | 179.03 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 16 | 141 | 0.40 | 0.89 | 0 | 0.45 | 272.64 | 0.8 | 0.31 |
| Hex | 54 | 10 | 8D | 28 | 59 | 0 | 2D | 111 | 50 | 1F |
| Octal | 124 | 20 | 215 | 50 | 131 | 0 | 55 | 421 | 120 | 37 |
| Binary | 1010100 | 10000 | 10001101 | 101000 | 1011001 | 0 | 101101 | 100010001 | 1010000 | 11111 |
Color Harmonies of #54108D
Complementary color
Monochromatic Colors of #54108D
Black with #54108D
Text Example
Text Example
White with #54108D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54108D; }
p { color: rgb(84,16,141); }
H1.HeaderClassName
{
color: #54108D;
}
.AnyTagClassName
{
color: #54108D;
}
</style>
background-color css
<style>
a { background-color: #54108D; }
a { background-color: rgb(84,16,141); }
div.DivClassName
{
background-color: #54108D;
}
.BgClassName
{
background-color: #54108D;
}
</style>
border-color css
<style>
span { border-color: #54108D; }
span { border-color: rgb(84,16,141); }
td.TdClassName
{
border-color: #54108D;
}
.TagClassName
{
border-color: #54108D;
}
</style>