Shades of Indigo #54096B
Tints of Indigo #54096B
RGB
CMYK
RGB Variations
Color information
#54096B (or 0x54096B) is known color: Indigo. HEX triplet: 54, 09 and 6B. RGB value is (84,9,107). Sum of RGB (Red+Green+Blue) = 84+9+107=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 107 (42.19% from 255 or 53.5% from 200); Max value from RGB is 107 - color contains mainly: blue. Hex color #54096B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54096B is #ABF694. Grayscale: #2A2A2A. Windows color (decimal): -11269781 or 7014740. OLE color: 7014740.
HSL color Cylindrical-coordinate representation of color #54096B: hue angle of 285.92º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #54096B is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 9 | 107 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.58 |
| HSL | 285.92º | 0.84% | 0.23% | - |
| HSV(B) | 285.92º | 0.92% | 0.42% | - |
| XYZ | 6.41 | 3.14 | 14.18 | - |
| YUV | 42.6 | 164.35 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 9 | 107 | 0.21 | 0.92 | 0 | 0.58 | 285.92 | 0.84 | 0.23 |
| Hex | 54 | 9 | 6B | 15 | 5C | 0 | 3A | 11E | 54 | 17 |
| Octal | 124 | 11 | 153 | 25 | 134 | 0 | 72 | 436 | 124 | 27 |
| Binary | 1010100 | 1001 | 1101011 | 10101 | 1011100 | 0 | 111010 | 100011110 | 1010100 | 10111 |
Color Harmonies of #54096B
Complementary color
Monochromatic Colors of #54096B
Black with #54096B
Text Example
Text Example
White with #54096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54096B; }
p { color: rgb(84,9,107); }
H1.HeaderClassName
{
color: #54096B;
}
.AnyTagClassName
{
color: #54096B;
}
</style>
background-color css
<style>
a { background-color: #54096B; }
a { background-color: rgb(84,9,107); }
div.DivClassName
{
background-color: #54096B;
}
.BgClassName
{
background-color: #54096B;
}
</style>
border-color css
<style>
span { border-color: #54096B; }
span { border-color: rgb(84,9,107); }
td.TdClassName
{
border-color: #54096B;
}
.TagClassName
{
border-color: #54096B;
}
</style>