Shades of Indigo #54006D
Tints of Indigo #54006D
RGB
CMYK
RGB Variations
Color information
#54006D (or 0x54006D) is known color: Indigo. HEX triplet: 54, 00 and 6D. RGB value is (84,0,109). Sum of RGB (Red+Green+Blue) = 84+0+109=193 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.52% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 109 (42.97% from 255 or 56.48% from 193); Max value from RGB is 109 - color contains mainly: blue. Hex color #54006D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54006D is #ABFF92. Grayscale: #252525. Windows color (decimal): -11272083 or 7143508. OLE color: 7143508.
HSL color Cylindrical-coordinate representation of color #54006D: hue angle of 286.24º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #54006D is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 0 | 109 | - |
| CMYK | 0.23 | 1 | 0 | 0.57 |
| HSL | 286.24º | 1% | 0.21% | - |
| HSV(B) | 286.24º | 1% | 0.43% | - |
| XYZ | 6.42 | 2.99 | 14.71 | - |
| YUV | 37.54 | 168.33 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 109 | 0.23 | 1 | 0 | 0.57 | 286.24 | 1 | 0.21 |
| Hex | 54 | 0 | 6D | 17 | 64 | 0 | 39 | 11E | 64 | 15 |
| Octal | 124 | 0 | 155 | 27 | 144 | 0 | 71 | 436 | 144 | 25 |
| Binary | 1010100 | 0 | 1101101 | 10111 | 1100100 | 0 | 111001 | 100011110 | 1100100 | 10101 |
Color Harmonies of #54006D
Complementary color
Monochromatic Colors of #54006D
Black with #54006D
Text Example
Text Example
White with #54006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54006D; }
p { color: rgb(84,0,109); }
H1.HeaderClassName
{
color: #54006D;
}
.AnyTagClassName
{
color: #54006D;
}
</style>
background-color css
<style>
a { background-color: #54006D; }
a { background-color: rgb(84,0,109); }
div.DivClassName
{
background-color: #54006D;
}
.BgClassName
{
background-color: #54006D;
}
</style>
border-color css
<style>
span { border-color: #54006D; }
span { border-color: rgb(84,0,109); }
td.TdClassName
{
border-color: #54006D;
}
.TagClassName
{
border-color: #54006D;
}
</style>