Shades of Indigo #54096D
Tints of Indigo #54096D
RGB
CMYK
RGB Variations
Color information
#54096D (or 0x54096D) is known color: Indigo. HEX triplet: 54, 09 and 6D. RGB value is (84,9,109). Sum of RGB (Red+Green+Blue) = 84+9+109=202 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.58% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 109 (42.97% from 255 or 53.96% from 202); Max value from RGB is 109 - color contains mainly: blue. Hex color #54096D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54096D is #ABF692. Grayscale: #2A2A2A. Windows color (decimal): -11269779 or 7145812. OLE color: 7145812.
HSL color Cylindrical-coordinate representation of color #54096D: hue angle of 285º 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 #54096D is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 9 | 109 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.57 |
| HSL | 285º | 0.85% | 0.23% | - |
| HSV(B) | 285º | 0.92% | 0.43% | - |
| XYZ | 6.51 | 3.18 | 14.74 | - |
| YUV | 42.83 | 165.35 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 9 | 109 | 0.23 | 0.92 | 0 | 0.57 | 285 | 0.85 | 0.23 |
| Hex | 54 | 9 | 6D | 17 | 5C | 0 | 39 | 11D | 55 | 17 |
| Octal | 124 | 11 | 155 | 27 | 134 | 0 | 71 | 435 | 125 | 27 |
| Binary | 1010100 | 1001 | 1101101 | 10111 | 1011100 | 0 | 111001 | 100011101 | 1010101 | 10111 |
Color Harmonies of #54096D
Complementary color
Monochromatic Colors of #54096D
Black with #54096D
Text Example
Text Example
White with #54096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54096D; }
p { color: rgb(84,9,109); }
H1.HeaderClassName
{
color: #54096D;
}
.AnyTagClassName
{
color: #54096D;
}
</style>
background-color css
<style>
a { background-color: #54096D; }
a { background-color: rgb(84,9,109); }
div.DivClassName
{
background-color: #54096D;
}
.BgClassName
{
background-color: #54096D;
}
</style>
border-color css
<style>
span { border-color: #54096D; }
span { border-color: rgb(84,9,109); }
td.TdClassName
{
border-color: #54096D;
}
.TagClassName
{
border-color: #54096D;
}
</style>