Shades of Indigo #54077F
Tints of Indigo #54077F
RGB
CMYK
RGB Variations
Color information
#54077F (or 0x54077F) is known color: Indigo. HEX triplet: 54, 07 and 7F. RGB value is (84,7,127). Sum of RGB (Red+Green+Blue) = 84+7+127=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #54077F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54077F is #ABF880. Grayscale: #2B2B2B. Windows color (decimal): -11270273 or 8324948. OLE color: 8324948.
HSL color Cylindrical-coordinate representation of color #54077F: hue angle of 278.5º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #54077F is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 7 | 127 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.50 |
| HSL | 278.5º | 0.9% | 0.26% | - |
| HSV(B) | 278.5º | 0.94% | 0.5% | - |
| XYZ | 7.56 | 3.57 | 20.37 | - |
| YUV | 43.7 | 175.01 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 7 | 127 | 0.34 | 0.94 | 0 | 0.50 | 278.5 | 0.9 | 0.26 |
| Hex | 54 | 7 | 7F | 22 | 5E | 0 | 32 | 116 | 5A | 1A |
| Octal | 124 | 7 | 177 | 42 | 136 | 0 | 62 | 426 | 132 | 32 |
| Binary | 1010100 | 111 | 1111111 | 100010 | 1011110 | 0 | 110010 | 100010110 | 1011010 | 11010 |
Color Harmonies of #54077F
Complementary color
Monochromatic Colors of #54077F
Black with #54077F
Text Example
Text Example
White with #54077F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54077F; }
p { color: rgb(84,7,127); }
H1.HeaderClassName
{
color: #54077F;
}
.AnyTagClassName
{
color: #54077F;
}
</style>
background-color css
<style>
a { background-color: #54077F; }
a { background-color: rgb(84,7,127); }
div.DivClassName
{
background-color: #54077F;
}
.BgClassName
{
background-color: #54077F;
}
</style>
border-color css
<style>
span { border-color: #54077F; }
span { border-color: rgb(84,7,127); }
td.TdClassName
{
border-color: #54077F;
}
.TagClassName
{
border-color: #54077F;
}
</style>