Shades of Indigo #54048D
Tints of Indigo #54048D
RGB
CMYK
RGB Variations
Color information
#54048D (or 0x54048D) is known color: Indigo. HEX triplet: 54, 04 and 8D. RGB value is (84,4,141). Sum of RGB (Red+Green+Blue) = 84+4+141=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 141 (55.47% from 255 or 61.57% from 229); Max value from RGB is 141 - color contains mainly: blue. Hex color #54048D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54048D is #ABFB72. Grayscale: #2B2B2B. Windows color (decimal): -11271027 or 9241684. OLE color: 9241684.
HSL color Cylindrical-coordinate representation of color #54048D: hue angle of 275.04º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #54048D is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 4 | 141 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.45 |
| HSL | 275.04º | 0.94% | 0.28% | - |
| HSV(B) | 275.04º | 0.97% | 0.55% | - |
| XYZ | 8.51 | 3.89 | 25.5 | - |
| YUV | 43.54 | 183 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 4 | 141 | 0.40 | 0.97 | 0 | 0.45 | 275.04 | 0.94 | 0.28 |
| Hex | 54 | 4 | 8D | 28 | 61 | 0 | 2D | 113 | 5E | 1C |
| Octal | 124 | 4 | 215 | 50 | 141 | 0 | 55 | 423 | 136 | 34 |
| Binary | 1010100 | 100 | 10001101 | 101000 | 1100001 | 0 | 101101 | 100010011 | 1011110 | 11100 |
Color Harmonies of #54048D
Complementary color
Monochromatic Colors of #54048D
Black with #54048D
Text Example
Text Example
White with #54048D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54048D; }
p { color: rgb(84,4,141); }
H1.HeaderClassName
{
color: #54048D;
}
.AnyTagClassName
{
color: #54048D;
}
</style>
background-color css
<style>
a { background-color: #54048D; }
a { background-color: rgb(84,4,141); }
div.DivClassName
{
background-color: #54048D;
}
.BgClassName
{
background-color: #54048D;
}
</style>
border-color css
<style>
span { border-color: #54048D; }
span { border-color: rgb(84,4,141); }
td.TdClassName
{
border-color: #54048D;
}
.TagClassName
{
border-color: #54048D;
}
</style>