Shades of Indigo #54099D
Tints of Indigo #54099D
RGB
CMYK
RGB Variations
Color information
#54099D (or 0x54099D) is known color: Indigo. HEX triplet: 54, 09 and 9D. RGB value is (84,9,157). Sum of RGB (Red+Green+Blue) = 84+9+157=250 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.6% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 157 (61.72% from 255 or 62.8% from 250); Max value from RGB is 157 - color contains mainly: blue. Hex color #54099D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54099D is #ABF662. Grayscale: #2F2F2F. Windows color (decimal): -11269731 or 10291540. OLE color: 10291540.
HSL color Cylindrical-coordinate representation of color #54099D: hue angle of 270.41º 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 #54099D is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 9 | 157 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.38 |
| HSL | 270.41º | 0.89% | 0.33% | - |
| HSV(B) | 270.41º | 0.94% | 0.62% | - |
| XYZ | 9.84 | 4.51 | 32.25 | - |
| YUV | 48.3 | 189.35 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 9 | 157 | 0.46 | 0.94 | 0 | 0.38 | 270.41 | 0.89 | 0.33 |
| Hex | 54 | 9 | 9D | 2E | 5E | 0 | 26 | 10E | 59 | 21 |
| Octal | 124 | 11 | 235 | 56 | 136 | 0 | 46 | 416 | 131 | 41 |
| Binary | 1010100 | 1001 | 10011101 | 101110 | 1011110 | 0 | 100110 | 100001110 | 1011001 | 100001 |
Color Harmonies of #54099D
Complementary color
Monochromatic Colors of #54099D
Black with #54099D
Text Example
Text Example
White with #54099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54099D; }
p { color: rgb(84,9,157); }
H1.HeaderClassName
{
color: #54099D;
}
.AnyTagClassName
{
color: #54099D;
}
</style>
background-color css
<style>
a { background-color: #54099D; }
a { background-color: rgb(84,9,157); }
div.DivClassName
{
background-color: #54099D;
}
.BgClassName
{
background-color: #54099D;
}
</style>
border-color css
<style>
span { border-color: #54099D; }
span { border-color: rgb(84,9,157); }
td.TdClassName
{
border-color: #54099D;
}
.TagClassName
{
border-color: #54099D;
}
</style>