Shades of Indigo #54077D
Tints of Indigo #54077D
RGB
CMYK
RGB Variations
Color information
#54077D (or 0x54077D) is known color: Indigo. HEX triplet: 54, 07 and 7D. RGB value is (84,7,125). Sum of RGB (Red+Green+Blue) = 84+7+125=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 125 (49.22% from 255 or 57.87% from 216); Max value from RGB is 125 - color contains mainly: blue. Hex color #54077D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54077D is #ABF882. Grayscale: #2B2B2B. Windows color (decimal): -11270275 or 8193876. OLE color: 8193876.
HSL color Cylindrical-coordinate representation of color #54077D: hue angle of 279.15º 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 #54077D is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 7 | 125 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.51 |
| HSL | 279.15º | 0.89% | 0.26% | - |
| HSV(B) | 279.15º | 0.94% | 0.49% | - |
| XYZ | 7.43 | 3.52 | 19.69 | - |
| YUV | 43.48 | 174.01 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 7 | 125 | 0.33 | 0.94 | 0 | 0.51 | 279.15 | 0.89 | 0.26 |
| Hex | 54 | 7 | 7D | 21 | 5E | 0 | 33 | 117 | 59 | 1A |
| Octal | 124 | 7 | 175 | 41 | 136 | 0 | 63 | 427 | 131 | 32 |
| Binary | 1010100 | 111 | 1111101 | 100001 | 1011110 | 0 | 110011 | 100010111 | 1011001 | 11010 |
Color Harmonies of #54077D
Complementary color
Monochromatic Colors of #54077D
Black with #54077D
Text Example
Text Example
White with #54077D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54077D; }
p { color: rgb(84,7,125); }
H1.HeaderClassName
{
color: #54077D;
}
.AnyTagClassName
{
color: #54077D;
}
</style>
background-color css
<style>
a { background-color: #54077D; }
a { background-color: rgb(84,7,125); }
div.DivClassName
{
background-color: #54077D;
}
.BgClassName
{
background-color: #54077D;
}
</style>
border-color css
<style>
span { border-color: #54077D; }
span { border-color: rgb(84,7,125); }
td.TdClassName
{
border-color: #54077D;
}
.TagClassName
{
border-color: #54077D;
}
</style>