Shades of Indigo #54006F
Tints of Indigo #54006F
RGB
CMYK
RGB Variations
Color information
#54006F (or 0x54006F) is known color: Indigo. HEX triplet: 54, 00 and 6F. RGB value is (84,0,111). Sum of RGB (Red+Green+Blue) = 84+0+111=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 111 (43.75% from 255 or 56.92% from 195); Max value from RGB is 111 - color contains mainly: blue. Hex color #54006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54006F is #ABFF90. Grayscale: #252525. Windows color (decimal): -11272081 or 7274580. OLE color: 7274580.
HSL color Cylindrical-coordinate representation of color #54006F: hue angle of 285.41º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #54006F is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 0 | 111 | - |
| CMYK | 0.24 | 1 | 0 | 0.56 |
| HSL | 285.41º | 1% | 0.22% | - |
| HSV(B) | 285.41º | 1% | 0.44% | - |
| XYZ | 6.53 | 3.03 | 15.28 | - |
| YUV | 37.77 | 169.33 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 111 | 0.24 | 1 | 0 | 0.56 | 285.41 | 1 | 0.22 |
| Hex | 54 | 0 | 6F | 18 | 64 | 0 | 38 | 11D | 64 | 16 |
| Octal | 124 | 0 | 157 | 30 | 144 | 0 | 70 | 435 | 144 | 26 |
| Binary | 1010100 | 0 | 1101111 | 11000 | 1100100 | 0 | 111000 | 100011101 | 1100100 | 10110 |
Color Harmonies of #54006F
Complementary color
Monochromatic Colors of #54006F
Black with #54006F
Text Example
Text Example
White with #54006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54006F; }
p { color: rgb(84,0,111); }
H1.HeaderClassName
{
color: #54006F;
}
.AnyTagClassName
{
color: #54006F;
}
</style>
background-color css
<style>
a { background-color: #54006F; }
a { background-color: rgb(84,0,111); }
div.DivClassName
{
background-color: #54006F;
}
.BgClassName
{
background-color: #54006F;
}
</style>
border-color css
<style>
span { border-color: #54006F; }
span { border-color: rgb(84,0,111); }
td.TdClassName
{
border-color: #54006F;
}
.TagClassName
{
border-color: #54006F;
}
</style>