Shades of Gun Powder #413F58
Tints of Gun Powder #413F58
RGB
CMYK
RGB Variations
Color information
#413F58 (or 0x413F58) is known color: Gun Powder. HEX triplet: 41, 3F and 58. RGB value is (65,63,88). Sum of RGB (Red+Green+Blue) = 65+63+88=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 88 - color contains mainly: blue. Hex color #413F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413F58 is #BEC0A7. Grayscale: #424242. Windows color (decimal): -12501160 or 5783361. OLE color: 5783361.
HSL color Cylindrical-coordinate representation of color #413F58: hue angle of 244.8º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #413F58 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 63 | 88 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.65 |
| HSL | 244.8º | 0.17% | 0.3% | - |
| HSV(B) | 244.8º | 0.28% | 0.35% | - |
| XYZ | 5.72 | 5.38 | 9.97 | - |
| YUV | 66.45 | 140.16 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 88 | 0.26 | 0.28 | 0 | 0.65 | 244.8 | 0.17 | 0.3 |
| Hex | 41 | 3F | 58 | 1A | 1C | 0 | 41 | F5 | 11 | 1E |
| Octal | 101 | 77 | 130 | 32 | 34 | 0 | 101 | 365 | 21 | 36 |
| Binary | 1000001 | 111111 | 1011000 | 11010 | 11100 | 0 | 1000001 | 11110101 | 10001 | 11110 |
Color Harmonies of #413F58
Complementary color
Monochromatic Colors of #413F58
Black with #413F58
Text Example
Text Example
White with #413F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413F58; }
p { color: rgb(65,63,88); }
H1.HeaderClassName
{
color: #413F58;
}
.AnyTagClassName
{
color: #413F58;
}
</style>
background-color css
<style>
a { background-color: #413F58; }
a { background-color: rgb(65,63,88); }
div.DivClassName
{
background-color: #413F58;
}
.BgClassName
{
background-color: #413F58;
}
</style>
border-color css
<style>
span { border-color: #413F58; }
span { border-color: rgb(65,63,88); }
td.TdClassName
{
border-color: #413F58;
}
.TagClassName
{
border-color: #413F58;
}
</style>