Shades of Indigo #54096C
Tints of Indigo #54096C
RGB
CMYK
RGB Variations
Color information
#54096C (or 0x54096C) is known color: Indigo. HEX triplet: 54, 09 and 6C. RGB value is (84,9,108). Sum of RGB (Red+Green+Blue) = 84+9+108=201 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.79% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 108 (42.58% from 255 or 53.73% from 201); Max value from RGB is 108 - color contains mainly: blue. Hex color #54096C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54096C is #ABF693. Grayscale: #2A2A2A. Windows color (decimal): -11269780 or 7080276. OLE color: 7080276.
HSL color Cylindrical-coordinate representation of color #54096C: hue angle of 285.45º degrees, saturation: 0.85, 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 #54096C is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 9 | 108 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.58 |
| HSL | 285.45º | 0.85% | 0.23% | - |
| HSV(B) | 285.45º | 0.92% | 0.42% | - |
| XYZ | 6.46 | 3.16 | 14.46 | - |
| YUV | 42.71 | 164.85 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 9 | 108 | 0.22 | 0.92 | 0 | 0.58 | 285.45 | 0.85 | 0.23 |
| Hex | 54 | 9 | 6C | 16 | 5C | 0 | 3A | 11D | 55 | 17 |
| Octal | 124 | 11 | 154 | 26 | 134 | 0 | 72 | 435 | 125 | 27 |
| Binary | 1010100 | 1001 | 1101100 | 10110 | 1011100 | 0 | 111010 | 100011101 | 1010101 | 10111 |
Color Harmonies of #54096C
Complementary color
Monochromatic Colors of #54096C
Black with #54096C
Text Example
Text Example
White with #54096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54096C; }
p { color: rgb(84,9,108); }
H1.HeaderClassName
{
color: #54096C;
}
.AnyTagClassName
{
color: #54096C;
}
</style>
background-color css
<style>
a { background-color: #54096C; }
a { background-color: rgb(84,9,108); }
div.DivClassName
{
background-color: #54096C;
}
.BgClassName
{
background-color: #54096C;
}
</style>
border-color css
<style>
span { border-color: #54096C; }
span { border-color: rgb(84,9,108); }
td.TdClassName
{
border-color: #54096C;
}
.TagClassName
{
border-color: #54096C;
}
</style>