Shades of Gun Powder #403F5D
Tints of Gun Powder #403F5D
RGB
CMYK
RGB Variations
Color information
#403F5D (or 0x403F5D) is known color: Gun Powder. HEX triplet: 40, 3F and 5D. RGB value is (64,63,93). Sum of RGB (Red+Green+Blue) = 64+63+93=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 93 - color contains mainly: blue. Hex color #403F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403F5D is #BFC0A2. Grayscale: #424242. Windows color (decimal): -12566691 or 6111040. OLE color: 6111040.
HSL color Cylindrical-coordinate representation of color #403F5D: hue angle of 242º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #403F5D is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 63 | 93 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.64 |
| HSL | 242º | 0.19% | 0.31% | - |
| HSV(B) | 242º | 0.32% | 0.36% | - |
| XYZ | 5.87 | 5.44 | 11.1 | - |
| YUV | 66.72 | 142.83 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 93 | 0.31 | 0.32 | 0 | 0.64 | 242 | 0.19 | 0.31 |
| Hex | 40 | 3F | 5D | 1F | 20 | 0 | 40 | F2 | 13 | 1F |
| Octal | 100 | 77 | 135 | 37 | 40 | 0 | 100 | 362 | 23 | 37 |
| Binary | 1000000 | 111111 | 1011101 | 11111 | 100000 | 0 | 1000000 | 11110010 | 10011 | 11111 |
Color Harmonies of #403F5D
Complementary color
Monochromatic Colors of #403F5D
Black with #403F5D
Text Example
Text Example
White with #403F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F5D; }
p { color: rgb(64,63,93); }
H1.HeaderClassName
{
color: #403F5D;
}
.AnyTagClassName
{
color: #403F5D;
}
</style>
background-color css
<style>
a { background-color: #403F5D; }
a { background-color: rgb(64,63,93); }
div.DivClassName
{
background-color: #403F5D;
}
.BgClassName
{
background-color: #403F5D;
}
</style>
border-color css
<style>
span { border-color: #403F5D; }
span { border-color: rgb(64,63,93); }
td.TdClassName
{
border-color: #403F5D;
}
.TagClassName
{
border-color: #403F5D;
}
</style>