Shades of Indigo #54109D
Tints of Indigo #54109D
RGB
CMYK
RGB Variations
Color information
#54109D (or 0x54109D) is known color: Indigo. HEX triplet: 54, 10 and 9D. RGB value is (84,16,157). Sum of RGB (Red+Green+Blue) = 84+16+157=257 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.68% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #54109D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54109D is #ABEF62. Grayscale: #333333. Windows color (decimal): -11267939 or 10293332. OLE color: 10293332.
HSL color Cylindrical-coordinate representation of color #54109D: hue angle of 268.94º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #54109D is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 16 | 157 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.38 |
| HSL | 268.94º | 0.82% | 0.34% | - |
| HSV(B) | 268.94º | 0.9% | 0.62% | - |
| XYZ | 9.93 | 4.69 | 32.28 | - |
| YUV | 52.41 | 187.03 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 16 | 157 | 0.46 | 0.90 | 0 | 0.38 | 268.94 | 0.82 | 0.34 |
| Hex | 54 | 10 | 9D | 2E | 5A | 0 | 26 | 10D | 52 | 22 |
| Octal | 124 | 20 | 235 | 56 | 132 | 0 | 46 | 415 | 122 | 42 |
| Binary | 1010100 | 10000 | 10011101 | 101110 | 1011010 | 0 | 100110 | 100001101 | 1010010 | 100010 |
Color Harmonies of #54109D
Complementary color
Monochromatic Colors of #54109D
Black with #54109D
Text Example
Text Example
White with #54109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54109D; }
p { color: rgb(84,16,157); }
H1.HeaderClassName
{
color: #54109D;
}
.AnyTagClassName
{
color: #54109D;
}
</style>
background-color css
<style>
a { background-color: #54109D; }
a { background-color: rgb(84,16,157); }
div.DivClassName
{
background-color: #54109D;
}
.BgClassName
{
background-color: #54109D;
}
</style>
border-color css
<style>
span { border-color: #54109D; }
span { border-color: rgb(84,16,157); }
td.TdClassName
{
border-color: #54109D;
}
.TagClassName
{
border-color: #54109D;
}
</style>