Shades of Indigo #54096F
Tints of Indigo #54096F
RGB
CMYK
RGB Variations
Color information
#54096F (or 0x54096F) is known color: Indigo. HEX triplet: 54, 09 and 6F. RGB value is (84,9,111). Sum of RGB (Red+Green+Blue) = 84+9+111=204 (27% of max value = 765). Red value is 84 (33.20% from 255 or 41.18% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 111 (43.75% from 255 or 54.41% from 204); Max value from RGB is 111 - color contains mainly: blue. Hex color #54096F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54096F is #ABF690. Grayscale: #2A2A2A. Windows color (decimal): -11269777 or 7276884. OLE color: 7276884.
HSL color Cylindrical-coordinate representation of color #54096F: hue angle of 284.12º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #54096F is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 9 | 111 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.56 |
| HSL | 284.12º | 0.85% | 0.24% | - |
| HSV(B) | 284.12º | 0.92% | 0.44% | - |
| XYZ | 6.62 | 3.23 | 15.31 | - |
| YUV | 43.05 | 166.35 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 9 | 111 | 0.24 | 0.92 | 0 | 0.56 | 284.12 | 0.85 | 0.24 |
| Hex | 54 | 9 | 6F | 18 | 5C | 0 | 38 | 11C | 55 | 18 |
| Octal | 124 | 11 | 157 | 30 | 134 | 0 | 70 | 434 | 125 | 30 |
| Binary | 1010100 | 1001 | 1101111 | 11000 | 1011100 | 0 | 111000 | 100011100 | 1010101 | 11000 |
Color Harmonies of #54096F
Complementary color
Monochromatic Colors of #54096F
Black with #54096F
Text Example
Text Example
White with #54096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54096F; }
p { color: rgb(84,9,111); }
H1.HeaderClassName
{
color: #54096F;
}
.AnyTagClassName
{
color: #54096F;
}
</style>
background-color css
<style>
a { background-color: #54096F; }
a { background-color: rgb(84,9,111); }
div.DivClassName
{
background-color: #54096F;
}
.BgClassName
{
background-color: #54096F;
}
</style>
border-color css
<style>
span { border-color: #54096F; }
span { border-color: rgb(84,9,111); }
td.TdClassName
{
border-color: #54096F;
}
.TagClassName
{
border-color: #54096F;
}
</style>