Shades of Gun Powder #40405D
Tints of Gun Powder #40405D
RGB
CMYK
RGB Variations
Color information
#40405D (or 0x40405D) is known color: Gun Powder. HEX triplet: 40, 40 and 5D. RGB value is (64,64,93). Sum of RGB (Red+Green+Blue) = 64+64+93=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 93 - color contains mainly: blue. Hex color #40405D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40405D is #BFBFA2. Grayscale: #434343. Windows color (decimal): -12566435 or 6111296. OLE color: 6111296.
HSL color Cylindrical-coordinate representation of color #40405D: hue angle of 240º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #40405D is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 64 | 93 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.64 |
| HSL | 240º | 0.18% | 0.31% | - |
| HSV(B) | 240º | 0.31% | 0.36% | - |
| XYZ | 5.92 | 5.55 | 11.11 | - |
| YUV | 67.31 | 142.5 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 93 | 0.31 | 0.31 | 0 | 0.64 | 240 | 0.18 | 0.31 |
| Hex | 40 | 40 | 5D | 1F | 1F | 0 | 40 | F0 | 12 | 1F |
| Octal | 100 | 100 | 135 | 37 | 37 | 0 | 100 | 360 | 22 | 37 |
| Binary | 1000000 | 1000000 | 1011101 | 11111 | 11111 | 0 | 1000000 | 11110000 | 10010 | 11111 |
Color Harmonies of #40405D
Complementary color
Monochromatic Colors of #40405D
Black with #40405D
Text Example
Text Example
White with #40405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40405D; }
p { color: rgb(64,64,93); }
H1.HeaderClassName
{
color: #40405D;
}
.AnyTagClassName
{
color: #40405D;
}
</style>
background-color css
<style>
a { background-color: #40405D; }
a { background-color: rgb(64,64,93); }
div.DivClassName
{
background-color: #40405D;
}
.BgClassName
{
background-color: #40405D;
}
</style>
border-color css
<style>
span { border-color: #40405D; }
span { border-color: rgb(64,64,93); }
td.TdClassName
{
border-color: #40405D;
}
.TagClassName
{
border-color: #40405D;
}
</style>