Shades of Indigo #54097B
Tints of Indigo #54097B
RGB
CMYK
RGB Variations
Color information
#54097B (or 0x54097B) is known color: Indigo. HEX triplet: 54, 09 and 7B. RGB value is (84,9,123). Sum of RGB (Red+Green+Blue) = 84+9+123=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 123 (48.44% from 255 or 56.94% from 216); Max value from RGB is 123 - color contains mainly: blue. Hex color #54097B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54097B is #ABF684. Grayscale: #2C2C2C. Windows color (decimal): -11269765 or 8063316. OLE color: 8063316.
HSL color Cylindrical-coordinate representation of color #54097B: hue angle of 279.47º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #54097B is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 9 | 123 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.52 |
| HSL | 279.47º | 0.86% | 0.26% | - |
| HSV(B) | 279.47º | 0.93% | 0.48% | - |
| XYZ | 7.33 | 3.51 | 19.03 | - |
| YUV | 44.42 | 172.35 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 9 | 123 | 0.32 | 0.93 | 0 | 0.52 | 279.47 | 0.86 | 0.26 |
| Hex | 54 | 9 | 7B | 20 | 5D | 0 | 34 | 117 | 56 | 1A |
| Octal | 124 | 11 | 173 | 40 | 135 | 0 | 64 | 427 | 126 | 32 |
| Binary | 1010100 | 1001 | 1111011 | 100000 | 1011101 | 0 | 110100 | 100010111 | 1010110 | 11010 |
Color Harmonies of #54097B
Complementary color
Monochromatic Colors of #54097B
Black with #54097B
Text Example
Text Example
White with #54097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54097B; }
p { color: rgb(84,9,123); }
H1.HeaderClassName
{
color: #54097B;
}
.AnyTagClassName
{
color: #54097B;
}
</style>
background-color css
<style>
a { background-color: #54097B; }
a { background-color: rgb(84,9,123); }
div.DivClassName
{
background-color: #54097B;
}
.BgClassName
{
background-color: #54097B;
}
</style>
border-color css
<style>
span { border-color: #54097B; }
span { border-color: rgb(84,9,123); }
td.TdClassName
{
border-color: #54097B;
}
.TagClassName
{
border-color: #54097B;
}
</style>