Shades of Indigo #54089F
Tints of Indigo #54089F
RGB
CMYK
RGB Variations
Color information
#54089F (or 0x54089F) is known color: Indigo. HEX triplet: 54, 08 and 9F. RGB value is (84,8,159). Sum of RGB (Red+Green+Blue) = 84+8+159=251 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.47% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 159 (62.5% from 255 or 63.35% from 251); Max value from RGB is 159 - color contains mainly: blue. Hex color #54089F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54089F is #ABF760. Grayscale: #2F2F2F. Windows color (decimal): -11269985 or 10422356. OLE color: 10422356.
HSL color Cylindrical-coordinate representation of color #54089F: hue angle of 270.2º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #54089F is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 8 | 159 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.38 |
| HSL | 270.2º | 0.9% | 0.33% | - |
| HSV(B) | 270.2º | 0.95% | 0.62% | - |
| XYZ | 10 | 4.56 | 33.15 | - |
| YUV | 47.94 | 190.68 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 8 | 159 | 0.47 | 0.95 | 0 | 0.38 | 270.2 | 0.9 | 0.33 |
| Hex | 54 | 8 | 9F | 2F | 5F | 0 | 26 | 10E | 5A | 21 |
| Octal | 124 | 10 | 237 | 57 | 137 | 0 | 46 | 416 | 132 | 41 |
| Binary | 1010100 | 1000 | 10011111 | 101111 | 1011111 | 0 | 100110 | 100001110 | 1011010 | 100001 |
Color Harmonies of #54089F
Complementary color
Monochromatic Colors of #54089F
Black with #54089F
Text Example
Text Example
White with #54089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54089F; }
p { color: rgb(84,8,159); }
H1.HeaderClassName
{
color: #54089F;
}
.AnyTagClassName
{
color: #54089F;
}
</style>
background-color css
<style>
a { background-color: #54089F; }
a { background-color: rgb(84,8,159); }
div.DivClassName
{
background-color: #54089F;
}
.BgClassName
{
background-color: #54089F;
}
</style>
border-color css
<style>
span { border-color: #54089F; }
span { border-color: rgb(84,8,159); }
td.TdClassName
{
border-color: #54089F;
}
.TagClassName
{
border-color: #54089F;
}
</style>