Shades of Indigo #54098B
Tints of Indigo #54098B
RGB
CMYK
RGB Variations
Color information
#54098B (or 0x54098B) is known color: Indigo. HEX triplet: 54, 09 and 8B. RGB value is (84,9,139). Sum of RGB (Red+Green+Blue) = 84+9+139=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #54098B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54098B is #ABF674. Grayscale: #2D2D2D. Windows color (decimal): -11269749 or 9111892. OLE color: 9111892.
HSL color Cylindrical-coordinate representation of color #54098B: hue angle of 274.62º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #54098B is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 9 | 139 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.45 |
| HSL | 274.62º | 0.88% | 0.29% | - |
| HSV(B) | 274.62º | 0.94% | 0.55% | - |
| XYZ | 8.41 | 3.94 | 24.74 | - |
| YUV | 46.25 | 180.35 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 9 | 139 | 0.40 | 0.94 | 0 | 0.45 | 274.62 | 0.88 | 0.29 |
| Hex | 54 | 9 | 8B | 28 | 5E | 0 | 2D | 113 | 58 | 1D |
| Octal | 124 | 11 | 213 | 50 | 136 | 0 | 55 | 423 | 130 | 35 |
| Binary | 1010100 | 1001 | 10001011 | 101000 | 1011110 | 0 | 101101 | 100010011 | 1011000 | 11101 |
Color Harmonies of #54098B
Complementary color
Monochromatic Colors of #54098B
Black with #54098B
Text Example
Text Example
White with #54098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54098B; }
p { color: rgb(84,9,139); }
H1.HeaderClassName
{
color: #54098B;
}
.AnyTagClassName
{
color: #54098B;
}
</style>
background-color css
<style>
a { background-color: #54098B; }
a { background-color: rgb(84,9,139); }
div.DivClassName
{
background-color: #54098B;
}
.BgClassName
{
background-color: #54098B;
}
</style>
border-color css
<style>
span { border-color: #54098B; }
span { border-color: rgb(84,9,139); }
td.TdClassName
{
border-color: #54098B;
}
.TagClassName
{
border-color: #54098B;
}
</style>