Shades of Indigo #54058D
Tints of Indigo #54058D
RGB
CMYK
RGB Variations
Color information
#54058D (or 0x54058D) is known color: Indigo. HEX triplet: 54, 05 and 8D. RGB value is (84,5,141). Sum of RGB (Red+Green+Blue) = 84+5+141=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 141 (55.47% from 255 or 61.30% from 230); Max value from RGB is 141 - color contains mainly: blue. Hex color #54058D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54058D is #ABFA72. Grayscale: #2B2B2B. Windows color (decimal): -11270771 or 9241940. OLE color: 9241940.
HSL color Cylindrical-coordinate representation of color #54058D: hue angle of 274.85º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #54058D is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 5 | 141 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.45 |
| HSL | 274.85º | 0.93% | 0.29% | - |
| HSV(B) | 274.85º | 0.96% | 0.55% | - |
| XYZ | 8.52 | 3.92 | 25.51 | - |
| YUV | 44.13 | 182.67 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 5 | 141 | 0.40 | 0.96 | 0 | 0.45 | 274.85 | 0.93 | 0.29 |
| Hex | 54 | 5 | 8D | 28 | 60 | 0 | 2D | 113 | 5D | 1D |
| Octal | 124 | 5 | 215 | 50 | 140 | 0 | 55 | 423 | 135 | 35 |
| Binary | 1010100 | 101 | 10001101 | 101000 | 1100000 | 0 | 101101 | 100010011 | 1011101 | 11101 |
Color Harmonies of #54058D
Complementary color
Monochromatic Colors of #54058D
Black with #54058D
Text Example
Text Example
White with #54058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54058D; }
p { color: rgb(84,5,141); }
H1.HeaderClassName
{
color: #54058D;
}
.AnyTagClassName
{
color: #54058D;
}
</style>
background-color css
<style>
a { background-color: #54058D; }
a { background-color: rgb(84,5,141); }
div.DivClassName
{
background-color: #54058D;
}
.BgClassName
{
background-color: #54058D;
}
</style>
border-color css
<style>
span { border-color: #54058D; }
span { border-color: rgb(84,5,141); }
td.TdClassName
{
border-color: #54058D;
}
.TagClassName
{
border-color: #54058D;
}
</style>