Shades of Indigo #54077C
Tints of Indigo #54077C
RGB
CMYK
RGB Variations
Color information
#54077C (or 0x54077C) is known color: Indigo. HEX triplet: 54, 07 and 7C. RGB value is (84,7,124). Sum of RGB (Red+Green+Blue) = 84+7+124=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #54077C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54077C is #ABF883. Grayscale: #2A2A2A. Windows color (decimal): -11270276 or 8128340. OLE color: 8128340.
HSL color Cylindrical-coordinate representation of color #54077C: hue angle of 279.49º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #54077C is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 7 | 124 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.51 |
| HSL | 279.49º | 0.89% | 0.26% | - |
| HSV(B) | 279.49º | 0.94% | 0.49% | - |
| XYZ | 7.37 | 3.49 | 19.35 | - |
| YUV | 43.36 | 173.51 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 7 | 124 | 0.32 | 0.94 | 0 | 0.51 | 279.49 | 0.89 | 0.26 |
| Hex | 54 | 7 | 7C | 20 | 5E | 0 | 33 | 117 | 59 | 1A |
| Octal | 124 | 7 | 174 | 40 | 136 | 0 | 63 | 427 | 131 | 32 |
| Binary | 1010100 | 111 | 1111100 | 100000 | 1011110 | 0 | 110011 | 100010111 | 1011001 | 11010 |
Color Harmonies of #54077C
Complementary color
Monochromatic Colors of #54077C
Black with #54077C
Text Example
Text Example
White with #54077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54077C; }
p { color: rgb(84,7,124); }
H1.HeaderClassName
{
color: #54077C;
}
.AnyTagClassName
{
color: #54077C;
}
</style>
background-color css
<style>
a { background-color: #54077C; }
a { background-color: rgb(84,7,124); }
div.DivClassName
{
background-color: #54077C;
}
.BgClassName
{
background-color: #54077C;
}
</style>
border-color css
<style>
span { border-color: #54077C; }
span { border-color: rgb(84,7,124); }
td.TdClassName
{
border-color: #54077C;
}
.TagClassName
{
border-color: #54077C;
}
</style>