Shades of Indigo #54156D
Tints of Indigo #54156D
RGB
CMYK
RGB Variations
Color information
#54156D (or 0x54156D) is known color: Indigo. HEX triplet: 54, 15 and 6D. RGB value is (84,21,109). Sum of RGB (Red+Green+Blue) = 84+21+109=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #54156D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54156D is #ABEA92. Grayscale: #313131. Windows color (decimal): -11266707 or 7148884. OLE color: 7148884.
HSL color Cylindrical-coordinate representation of color #54156D: hue angle of 282.95º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #54156D is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 21 | 109 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.57 |
| HSL | 282.95º | 0.68% | 0.25% | - |
| HSV(B) | 282.95º | 0.81% | 0.43% | - |
| XYZ | 6.68 | 3.53 | 14.8 | - |
| YUV | 49.87 | 161.37 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 21 | 109 | 0.23 | 0.81 | 0 | 0.57 | 282.95 | 0.68 | 0.25 |
| Hex | 54 | 15 | 6D | 17 | 51 | 0 | 39 | 11B | 44 | 19 |
| Octal | 124 | 25 | 155 | 27 | 121 | 0 | 71 | 433 | 104 | 31 |
| Binary | 1010100 | 10101 | 1101101 | 10111 | 1010001 | 0 | 111001 | 100011011 | 1000100 | 11001 |
Color Harmonies of #54156D
Complementary color
Monochromatic Colors of #54156D
Black with #54156D
Text Example
Text Example
White with #54156D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54156D; }
p { color: rgb(84,21,109); }
H1.HeaderClassName
{
color: #54156D;
}
.AnyTagClassName
{
color: #54156D;
}
</style>
background-color css
<style>
a { background-color: #54156D; }
a { background-color: rgb(84,21,109); }
div.DivClassName
{
background-color: #54156D;
}
.BgClassName
{
background-color: #54156D;
}
</style>
border-color css
<style>
span { border-color: #54156D; }
span { border-color: rgb(84,21,109); }
td.TdClassName
{
border-color: #54156D;
}
.TagClassName
{
border-color: #54156D;
}
</style>