Shades of Indigo #54099E
Tints of Indigo #54099E
RGB
CMYK
RGB Variations
Color information
#54099E (or 0x54099E) is known color: Indigo. HEX triplet: 54, 09 and 9E. RGB value is (84,9,158). Sum of RGB (Red+Green+Blue) = 84+9+158=251 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.47% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 158 (62.11% from 255 or 62.95% from 251); Max value from RGB is 158 - color contains mainly: blue. Hex color #54099E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54099E is #ABF661. Grayscale: #2F2F2F. Windows color (decimal): -11269730 or 10357076. OLE color: 10357076.
HSL color Cylindrical-coordinate representation of color #54099E: hue angle of 270.2º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #54099E is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 9 | 158 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.38 |
| HSL | 270.2º | 0.89% | 0.33% | - |
| HSV(B) | 270.2º | 0.94% | 0.62% | - |
| XYZ | 9.93 | 4.55 | 32.7 | - |
| YUV | 48.41 | 189.85 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 9 | 158 | 0.47 | 0.94 | 0 | 0.38 | 270.2 | 0.89 | 0.33 |
| Hex | 54 | 9 | 9E | 2F | 5E | 0 | 26 | 10E | 59 | 21 |
| Octal | 124 | 11 | 236 | 57 | 136 | 0 | 46 | 416 | 131 | 41 |
| Binary | 1010100 | 1001 | 10011110 | 101111 | 1011110 | 0 | 100110 | 100001110 | 1011001 | 100001 |
Color Harmonies of #54099E
Complementary color
Monochromatic Colors of #54099E
Black with #54099E
Text Example
Text Example
White with #54099E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54099E; }
p { color: rgb(84,9,158); }
H1.HeaderClassName
{
color: #54099E;
}
.AnyTagClassName
{
color: #54099E;
}
</style>
background-color css
<style>
a { background-color: #54099E; }
a { background-color: rgb(84,9,158); }
div.DivClassName
{
background-color: #54099E;
}
.BgClassName
{
background-color: #54099E;
}
</style>
border-color css
<style>
span { border-color: #54099E; }
span { border-color: rgb(84,9,158); }
td.TdClassName
{
border-color: #54099E;
}
.TagClassName
{
border-color: #54099E;
}
</style>