Shades of Indigo #54146F
Tints of Indigo #54146F
RGB
CMYK
RGB Variations
Color information
#54146F (or 0x54146F) is known color: Indigo. HEX triplet: 54, 14 and 6F. RGB value is (84,20,111). Sum of RGB (Red+Green+Blue) = 84+20+111=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #54146F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54146F is #ABEB90. Grayscale: #313131. Windows color (decimal): -11266961 or 7279700. OLE color: 7279700.
HSL color Cylindrical-coordinate representation of color #54146F: hue angle of 282.2º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #54146F is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 20 | 111 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.56 |
| HSL | 282.2º | 0.69% | 0.26% | - |
| HSV(B) | 282.2º | 0.82% | 0.44% | - |
| XYZ | 6.78 | 3.53 | 15.36 | - |
| YUV | 49.51 | 162.7 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 20 | 111 | 0.24 | 0.82 | 0 | 0.56 | 282.2 | 0.69 | 0.26 |
| Hex | 54 | 14 | 6F | 18 | 52 | 0 | 38 | 11A | 45 | 1A |
| Octal | 124 | 24 | 157 | 30 | 122 | 0 | 70 | 432 | 105 | 32 |
| Binary | 1010100 | 10100 | 1101111 | 11000 | 1010010 | 0 | 111000 | 100011010 | 1000101 | 11010 |
Color Harmonies of #54146F
Complementary color
Monochromatic Colors of #54146F
Black with #54146F
Text Example
Text Example
White with #54146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54146F; }
p { color: rgb(84,20,111); }
H1.HeaderClassName
{
color: #54146F;
}
.AnyTagClassName
{
color: #54146F;
}
</style>
background-color css
<style>
a { background-color: #54146F; }
a { background-color: rgb(84,20,111); }
div.DivClassName
{
background-color: #54146F;
}
.BgClassName
{
background-color: #54146F;
}
</style>
border-color css
<style>
span { border-color: #54146F; }
span { border-color: rgb(84,20,111); }
td.TdClassName
{
border-color: #54146F;
}
.TagClassName
{
border-color: #54146F;
}
</style>