Shades of Gun Powder #41415E
Tints of Gun Powder #41415E
RGB
CMYK
RGB Variations
Color information
#41415E (or 0x41415E) is known color: Gun Powder. HEX triplet: 41, 41 and 5E. RGB value is (65,65,94). Sum of RGB (Red+Green+Blue) = 65+65+94=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 94 - color contains mainly: blue. Hex color #41415E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41415E is #BEBEA1. Grayscale: #444444. Windows color (decimal): -12500642 or 6177089. OLE color: 6177089.
HSL color Cylindrical-coordinate representation of color #41415E: hue angle of 240º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #41415E is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 65 | 65 | 94 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.63 |
| HSL | 240º | 0.18% | 0.31% | - |
| HSV(B) | 240º | 0.31% | 0.37% | - |
| XYZ | 6.09 | 5.71 | 11.37 | - |
| YUV | 68.31 | 142.5 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 65 | 94 | 0.31 | 0.31 | 0 | 0.63 | 240 | 0.18 | 0.31 |
| Hex | 41 | 41 | 5E | 1F | 1F | 0 | 3F | F0 | 12 | 1F |
| Octal | 101 | 101 | 136 | 37 | 37 | 0 | 77 | 360 | 22 | 37 |
| Binary | 1000001 | 1000001 | 1011110 | 11111 | 11111 | 0 | 111111 | 11110000 | 10010 | 11111 |
Color Harmonies of #41415E
Complementary color
Monochromatic Colors of #41415E
Black with #41415E
Text Example
Text Example
White with #41415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41415E; }
p { color: rgb(65,65,94); }
H1.HeaderClassName
{
color: #41415E;
}
.AnyTagClassName
{
color: #41415E;
}
</style>
background-color css
<style>
a { background-color: #41415E; }
a { background-color: rgb(65,65,94); }
div.DivClassName
{
background-color: #41415E;
}
.BgClassName
{
background-color: #41415E;
}
</style>
border-color css
<style>
span { border-color: #41415E; }
span { border-color: rgb(65,65,94); }
td.TdClassName
{
border-color: #41415E;
}
.TagClassName
{
border-color: #41415E;
}
</style>