Shades of Indigo #54066C
Tints of Indigo #54066C
RGB
CMYK
RGB Variations
Color information
#54066C (or 0x54066C) is known color: Indigo. HEX triplet: 54, 06 and 6C. RGB value is (84,6,108). Sum of RGB (Red+Green+Blue) = 84+6+108=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 108 (42.58% from 255 or 54.55% from 198); Max value from RGB is 108 - color contains mainly: blue. Hex color #54066C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54066C is #ABF993. Grayscale: #282828. Windows color (decimal): -11270548 or 7079508. OLE color: 7079508.
HSL color Cylindrical-coordinate representation of color #54066C: hue angle of 285.88º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #54066C is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 6 | 108 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.58 |
| HSL | 285.88º | 0.89% | 0.22% | - |
| HSV(B) | 285.88º | 0.94% | 0.42% | - |
| XYZ | 6.43 | 3.1 | 14.45 | - |
| YUV | 40.95 | 165.84 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 6 | 108 | 0.22 | 0.94 | 0 | 0.58 | 285.88 | 0.89 | 0.22 |
| Hex | 54 | 6 | 6C | 16 | 5E | 0 | 3A | 11E | 59 | 16 |
| Octal | 124 | 6 | 154 | 26 | 136 | 0 | 72 | 436 | 131 | 26 |
| Binary | 1010100 | 110 | 1101100 | 10110 | 1011110 | 0 | 111010 | 100011110 | 1011001 | 10110 |
Color Harmonies of #54066C
Complementary color
Monochromatic Colors of #54066C
Black with #54066C
Text Example
Text Example
White with #54066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54066C; }
p { color: rgb(84,6,108); }
H1.HeaderClassName
{
color: #54066C;
}
.AnyTagClassName
{
color: #54066C;
}
</style>
background-color css
<style>
a { background-color: #54066C; }
a { background-color: rgb(84,6,108); }
div.DivClassName
{
background-color: #54066C;
}
.BgClassName
{
background-color: #54066C;
}
</style>
border-color css
<style>
span { border-color: #54066C; }
span { border-color: rgb(84,6,108); }
td.TdClassName
{
border-color: #54066C;
}
.TagClassName
{
border-color: #54066C;
}
</style>