Shades of Indigo #54118B
Tints of Indigo #54118B
RGB
CMYK
RGB Variations
Color information
#54118B (or 0x54118B) is known color: Indigo. HEX triplet: 54, 11 and 8B. RGB value is (84,17,139). Sum of RGB (Red+Green+Blue) = 84+17+139=240 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 139 (54.69% from 255 or 57.92% from 240); Max value from RGB is 139 - color contains mainly: blue. Hex color #54118B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54118B is #ABEE74. Grayscale: #323232. Windows color (decimal): -11267701 or 9113940. OLE color: 9113940.
HSL color Cylindrical-coordinate representation of color #54118B: hue angle of 272.95º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #54118B is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 17 | 139 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.45 |
| HSL | 272.95º | 0.78% | 0.31% | - |
| HSV(B) | 272.95º | 0.88% | 0.55% | - |
| XYZ | 8.52 | 4.15 | 24.78 | - |
| YUV | 50.94 | 177.7 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 17 | 139 | 0.40 | 0.88 | 0 | 0.45 | 272.95 | 0.78 | 0.31 |
| Hex | 54 | 11 | 8B | 28 | 58 | 0 | 2D | 111 | 4E | 1F |
| Octal | 124 | 21 | 213 | 50 | 130 | 0 | 55 | 421 | 116 | 37 |
| Binary | 1010100 | 10001 | 10001011 | 101000 | 1011000 | 0 | 101101 | 100010001 | 1001110 | 11111 |
Color Harmonies of #54118B
Complementary color
Monochromatic Colors of #54118B
Black with #54118B
Text Example
Text Example
White with #54118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54118B; }
p { color: rgb(84,17,139); }
H1.HeaderClassName
{
color: #54118B;
}
.AnyTagClassName
{
color: #54118B;
}
</style>
background-color css
<style>
a { background-color: #54118B; }
a { background-color: rgb(84,17,139); }
div.DivClassName
{
background-color: #54118B;
}
.BgClassName
{
background-color: #54118B;
}
</style>
border-color css
<style>
span { border-color: #54118B; }
span { border-color: rgb(84,17,139); }
td.TdClassName
{
border-color: #54118B;
}
.TagClassName
{
border-color: #54118B;
}
</style>