Shades of Indigo #54047C
Tints of Indigo #54047C
RGB
CMYK
RGB Variations
Color information
#54047C (or 0x54047C) is known color: Indigo. HEX triplet: 54, 04 and 7C. RGB value is (84,4,124). Sum of RGB (Red+Green+Blue) = 84+4+124=212 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.62% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 124 (48.83% from 255 or 58.49% from 212); Max value from RGB is 124 - color contains mainly: blue. Hex color #54047C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54047C is #ABFB83. Grayscale: #292929. Windows color (decimal): -11271044 or 8127572. OLE color: 8127572.
HSL color Cylindrical-coordinate representation of color #54047C: hue angle of 280º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #54047C is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 4 | 124 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.51 |
| HSL | 280º | 0.94% | 0.25% | - |
| HSV(B) | 280º | 0.97% | 0.49% | - |
| XYZ | 7.34 | 3.43 | 19.34 | - |
| YUV | 41.6 | 174.5 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 4 | 124 | 0.32 | 0.97 | 0 | 0.51 | 280 | 0.94 | 0.25 |
| Hex | 54 | 4 | 7C | 20 | 61 | 0 | 33 | 118 | 5E | 19 |
| Octal | 124 | 4 | 174 | 40 | 141 | 0 | 63 | 430 | 136 | 31 |
| Binary | 1010100 | 100 | 1111100 | 100000 | 1100001 | 0 | 110011 | 100011000 | 1011110 | 11001 |
Color Harmonies of #54047C
Complementary color
Monochromatic Colors of #54047C
Black with #54047C
Text Example
Text Example
White with #54047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54047C; }
p { color: rgb(84,4,124); }
H1.HeaderClassName
{
color: #54047C;
}
.AnyTagClassName
{
color: #54047C;
}
</style>
background-color css
<style>
a { background-color: #54047C; }
a { background-color: rgb(84,4,124); }
div.DivClassName
{
background-color: #54047C;
}
.BgClassName
{
background-color: #54047C;
}
</style>
border-color css
<style>
span { border-color: #54047C; }
span { border-color: rgb(84,4,124); }
td.TdClassName
{
border-color: #54047C;
}
.TagClassName
{
border-color: #54047C;
}
</style>