Shades of Indigo #54007D
Tints of Indigo #54007D
RGB
CMYK
RGB Variations
Color information
#54007D (or 0x54007D) is known color: Indigo. HEX triplet: 54, 00 and 7D. RGB value is (84,0,125). Sum of RGB (Red+Green+Blue) = 84+0+125=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 125 (49.22% from 255 or 59.81% from 209); Max value from RGB is 125 - color contains mainly: blue. Hex color #54007D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54007D is #ABFF82. Grayscale: #262626. Windows color (decimal): -11272067 or 8192084. OLE color: 8192084.
HSL color Cylindrical-coordinate representation of color #54007D: hue angle of 280.32º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #54007D is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 0 | 125 | - |
| CMYK | 0.33 | 1 | 0 | 0.51 |
| HSL | 280.32º | 1% | 0.25% | - |
| HSV(B) | 280.32º | 1% | 0.49% | - |
| XYZ | 7.36 | 3.37 | 19.66 | - |
| YUV | 39.37 | 176.33 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 125 | 0.33 | 1 | 0 | 0.51 | 280.32 | 1 | 0.25 |
| Hex | 54 | 0 | 7D | 21 | 64 | 0 | 33 | 118 | 64 | 19 |
| Octal | 124 | 0 | 175 | 41 | 144 | 0 | 63 | 430 | 144 | 31 |
| Binary | 1010100 | 0 | 1111101 | 100001 | 1100100 | 0 | 110011 | 100011000 | 1100100 | 11001 |
Color Harmonies of #54007D
Complementary color
Monochromatic Colors of #54007D
Black with #54007D
Text Example
Text Example
White with #54007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54007D; }
p { color: rgb(84,0,125); }
H1.HeaderClassName
{
color: #54007D;
}
.AnyTagClassName
{
color: #54007D;
}
</style>
background-color css
<style>
a { background-color: #54007D; }
a { background-color: rgb(84,0,125); }
div.DivClassName
{
background-color: #54007D;
}
.BgClassName
{
background-color: #54007D;
}
</style>
border-color css
<style>
span { border-color: #54007D; }
span { border-color: rgb(84,0,125); }
td.TdClassName
{
border-color: #54007D;
}
.TagClassName
{
border-color: #54007D;
}
</style>