Shades of Indigo #54096E
Tints of Indigo #54096E
RGB
CMYK
RGB Variations
Color information
#54096E (or 0x54096E) is known color: Indigo. HEX triplet: 54, 09 and 6E. RGB value is (84,9,110). Sum of RGB (Red+Green+Blue) = 84+9+110=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 110 (43.36% from 255 or 54.19% from 203); Max value from RGB is 110 - color contains mainly: blue. Hex color #54096E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54096E is #ABF691. Grayscale: #2A2A2A. Windows color (decimal): -11269778 or 7211348. OLE color: 7211348.
HSL color Cylindrical-coordinate representation of color #54096E: hue angle of 284.55º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #54096E is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 9 | 110 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.57 |
| HSL | 284.55º | 0.85% | 0.23% | - |
| HSV(B) | 284.55º | 0.92% | 0.43% | - |
| XYZ | 6.57 | 3.21 | 15.02 | - |
| YUV | 42.94 | 165.85 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 9 | 110 | 0.24 | 0.92 | 0 | 0.57 | 284.55 | 0.85 | 0.23 |
| Hex | 54 | 9 | 6E | 18 | 5C | 0 | 39 | 11D | 55 | 17 |
| Octal | 124 | 11 | 156 | 30 | 134 | 0 | 71 | 435 | 125 | 27 |
| Binary | 1010100 | 1001 | 1101110 | 11000 | 1011100 | 0 | 111001 | 100011101 | 1010101 | 10111 |
Color Harmonies of #54096E
Complementary color
Monochromatic Colors of #54096E
Black with #54096E
Text Example
Text Example
White with #54096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54096E; }
p { color: rgb(84,9,110); }
H1.HeaderClassName
{
color: #54096E;
}
.AnyTagClassName
{
color: #54096E;
}
</style>
background-color css
<style>
a { background-color: #54096E; }
a { background-color: rgb(84,9,110); }
div.DivClassName
{
background-color: #54096E;
}
.BgClassName
{
background-color: #54096E;
}
</style>
border-color css
<style>
span { border-color: #54096E; }
span { border-color: rgb(84,9,110); }
td.TdClassName
{
border-color: #54096E;
}
.TagClassName
{
border-color: #54096E;
}
</style>