Shades of Indigo #54116B
Tints of Indigo #54116B
RGB
CMYK
RGB Variations
Color information
#54116B (or 0x54116B) is known color: Indigo. HEX triplet: 54, 11 and 6B. RGB value is (84,17,107). Sum of RGB (Red+Green+Blue) = 84+17+107=208 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.38% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 107 (42.19% from 255 or 51.44% from 208); Max value from RGB is 107 - color contains mainly: blue. Hex color #54116B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54116B is #ABEE94. Grayscale: #2F2F2F. Windows color (decimal): -11267733 or 7016788. OLE color: 7016788.
HSL color Cylindrical-coordinate representation of color #54116B: hue angle of 284.67º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #54116B is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 17 | 107 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.58 |
| HSL | 284.67º | 0.73% | 0.24% | - |
| HSV(B) | 284.67º | 0.84% | 0.42% | - |
| XYZ | 6.51 | 3.35 | 14.21 | - |
| YUV | 47.29 | 161.7 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 17 | 107 | 0.21 | 0.84 | 0 | 0.58 | 284.67 | 0.73 | 0.24 |
| Hex | 54 | 11 | 6B | 15 | 54 | 0 | 3A | 11D | 49 | 18 |
| Octal | 124 | 21 | 153 | 25 | 124 | 0 | 72 | 435 | 111 | 30 |
| Binary | 1010100 | 10001 | 1101011 | 10101 | 1010100 | 0 | 111010 | 100011101 | 1001001 | 11000 |
Color Harmonies of #54116B
Complementary color
Monochromatic Colors of #54116B
Black with #54116B
Text Example
Text Example
White with #54116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54116B; }
p { color: rgb(84,17,107); }
H1.HeaderClassName
{
color: #54116B;
}
.AnyTagClassName
{
color: #54116B;
}
</style>
background-color css
<style>
a { background-color: #54116B; }
a { background-color: rgb(84,17,107); }
div.DivClassName
{
background-color: #54116B;
}
.BgClassName
{
background-color: #54116B;
}
</style>
border-color css
<style>
span { border-color: #54116B; }
span { border-color: rgb(84,17,107); }
td.TdClassName
{
border-color: #54116B;
}
.TagClassName
{
border-color: #54116B;
}
</style>