#413E5F

Color #413E5F Gun Powder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gun Powder #413E5F

Tints of Gun Powder #413E5F

Color information

#413E5F (or 0x413E5F) is unknown color: approx Gun Powder. HEX triplet: 41, 3E and 5F. RGB value is (65,62,95). Sum of RGB (Red+Green+Blue) = 65+62+95=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 95 - color contains mainly: blue. Hex color #413E5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413E5F is #BEC1A0. Grayscale: #424242. Windows color (decimal): -12501409 or 6241857. OLE color: 6241857.

HSL color Cylindrical-coordinate representation of color #413E5F: hue angle of 245.45º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #413E5F is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB656295-
CMYK0.320.3500.63
HSL245.45º21.02%30.78%-
HSV(B)245.45º34.74%37.25%-
XYZ5.975.411.55-
YUV66.66143.99126.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 29.28%
GREEN value IS 62 (24.61% from 255) = 27.93%
BLUE value IS 95 (37.5% from 255) = 42.79%
R=29.28%
G=27.93%
B=42.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6562950.320.3500.63245.4521.0230.78
Hex413E5F202303Ff5151f
Octal1017613740430773652537
Binary100000111111010111111000001000110111111111101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413E5F; }

 p { color: rgb(65,62,95); }

 H1.HeaderClassName
 {
   color: #413E5F;
 }
 .AnyTagClassName
 {
   color: #413E5F;
 }
</style>
background-color css

<style>
 a { background-color: #413E5F; }

 a { background-color: rgb(65,62,95); }

 div.DivClassName
 {
   background-color: #413E5F;
 }
 .BgClassName
 {
   background-color: #413E5F;
 }
</style>
border-color css

<style>
 span { border-color: #413E5F; }

 span { border-color: rgb(65,62,95); }

 td.TdClassName
 {
   border-color: #413E5F;
 }
 .TagClassName
 {
   border-color: #413E5F;
 }
</style>