Shades of Indigo #54099F
Tints of Indigo #54099F
RGB
CMYK
RGB Variations
Color information
#54099F (or 0x54099F) is known color: Indigo. HEX triplet: 54, 09 and 9F. RGB value is (84,9,159). Sum of RGB (Red+Green+Blue) = 84+9+159=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 159 (62.5% from 255 or 63.10% from 252); Max value from RGB is 159 - color contains mainly: blue. Hex color #54099F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54099F is #ABF660. Grayscale: #303030. Windows color (decimal): -11269729 or 10422612. OLE color: 10422612.
HSL color Cylindrical-coordinate representation of color #54099F: hue angle of 270º 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 #54099F is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 9 | 159 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.38 |
| HSL | 270º | 0.89% | 0.33% | - |
| HSV(B) | 270º | 0.94% | 0.62% | - |
| XYZ | 10.01 | 4.58 | 33.16 | - |
| YUV | 48.53 | 190.35 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 9 | 159 | 0.47 | 0.94 | 0 | 0.38 | 270 | 0.89 | 0.33 |
| Hex | 54 | 9 | 9F | 2F | 5E | 0 | 26 | 10E | 59 | 21 |
| Octal | 124 | 11 | 237 | 57 | 136 | 0 | 46 | 416 | 131 | 41 |
| Binary | 1010100 | 1001 | 10011111 | 101111 | 1011110 | 0 | 100110 | 100001110 | 1011001 | 100001 |
Color Harmonies of #54099F
Complementary color
Monochromatic Colors of #54099F
Black with #54099F
Text Example
Text Example
White with #54099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54099F; }
p { color: rgb(84,9,159); }
H1.HeaderClassName
{
color: #54099F;
}
.AnyTagClassName
{
color: #54099F;
}
</style>
background-color css
<style>
a { background-color: #54099F; }
a { background-color: rgb(84,9,159); }
div.DivClassName
{
background-color: #54099F;
}
.BgClassName
{
background-color: #54099F;
}
</style>
border-color css
<style>
span { border-color: #54099F; }
span { border-color: rgb(84,9,159); }
td.TdClassName
{
border-color: #54099F;
}
.TagClassName
{
border-color: #54099F;
}
</style>