Shades of Indigo #54048C
Tints of Indigo #54048C
RGB
CMYK
RGB Variations
Color information
#54048C (or 0x54048C) is known color: Indigo. HEX triplet: 54, 04 and 8C. RGB value is (84,4,140). Sum of RGB (Red+Green+Blue) = 84+4+140=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 140 (55.08% from 255 or 61.40% from 228); Max value from RGB is 140 - color contains mainly: blue. Hex color #54048C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54048C is #ABFB73. Grayscale: #2A2A2A. Windows color (decimal): -11271028 or 9176148. OLE color: 9176148.
HSL color Cylindrical-coordinate representation of color #54048C: hue angle of 275.29º 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 #54048C is Cyan = 0.4, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 4 | 140 | - |
| CMYK | 0.4 | 0.97 | 0 | 0.45 |
| HSL | 275.29º | 0.94% | 0.28% | - |
| HSV(B) | 275.29º | 0.97% | 0.55% | - |
| XYZ | 8.43 | 3.87 | 25.11 | - |
| YUV | 43.42 | 182.5 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 4 | 140 | 0.4 | 0.97 | 0 | 0.45 | 275.29 | 0.94 | 0.28 |
| Hex | 54 | 4 | 8C | 28 | 61 | 0 | 2D | 113 | 5E | 1C |
| Octal | 124 | 4 | 214 | 50 | 141 | 0 | 55 | 423 | 136 | 34 |
| Binary | 1010100 | 100 | 10001100 | 101000 | 1100001 | 0 | 101101 | 100010011 | 1011110 | 11100 |
Color Harmonies of #54048C
Complementary color
Monochromatic Colors of #54048C
Black with #54048C
Text Example
Text Example
White with #54048C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54048C; }
p { color: rgb(84,4,140); }
H1.HeaderClassName
{
color: #54048C;
}
.AnyTagClassName
{
color: #54048C;
}
</style>
background-color css
<style>
a { background-color: #54048C; }
a { background-color: rgb(84,4,140); }
div.DivClassName
{
background-color: #54048C;
}
.BgClassName
{
background-color: #54048C;
}
</style>
border-color css
<style>
span { border-color: #54048C; }
span { border-color: rgb(84,4,140); }
td.TdClassName
{
border-color: #54048C;
}
.TagClassName
{
border-color: #54048C;
}
</style>