Shades of Indigo #54099C
Tints of Indigo #54099C
RGB
CMYK
RGB Variations
Color information
#54099C (or 0x54099C) is known color: Indigo. HEX triplet: 54, 09 and 9C. RGB value is (84,9,156). Sum of RGB (Red+Green+Blue) = 84+9+156=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #54099C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54099C is #ABF663. Grayscale: #2F2F2F. Windows color (decimal): -11269732 or 10226004. OLE color: 10226004.
HSL color Cylindrical-coordinate representation of color #54099C: hue angle of 270.61º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #54099C is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 9 | 156 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.39 |
| HSL | 270.61º | 0.89% | 0.32% | - |
| HSV(B) | 270.61º | 0.94% | 0.61% | - |
| XYZ | 9.75 | 4.48 | 31.8 | - |
| YUV | 48.18 | 188.85 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 9 | 156 | 0.46 | 0.94 | 0 | 0.39 | 270.61 | 0.89 | 0.32 |
| Hex | 54 | 9 | 9C | 2E | 5E | 0 | 27 | 10F | 59 | 20 |
| Octal | 124 | 11 | 234 | 56 | 136 | 0 | 47 | 417 | 131 | 40 |
| Binary | 1010100 | 1001 | 10011100 | 101110 | 1011110 | 0 | 100111 | 100001111 | 1011001 | 100000 |
Color Harmonies of #54099C
Complementary color
Monochromatic Colors of #54099C
Black with #54099C
Text Example
Text Example
White with #54099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54099C; }
p { color: rgb(84,9,156); }
H1.HeaderClassName
{
color: #54099C;
}
.AnyTagClassName
{
color: #54099C;
}
</style>
background-color css
<style>
a { background-color: #54099C; }
a { background-color: rgb(84,9,156); }
div.DivClassName
{
background-color: #54099C;
}
.BgClassName
{
background-color: #54099C;
}
</style>
border-color css
<style>
span { border-color: #54099C; }
span { border-color: rgb(84,9,156); }
td.TdClassName
{
border-color: #54099C;
}
.TagClassName
{
border-color: #54099C;
}
</style>