#403D58

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

Shades of Gun Powder #403D58

Tints of Gun Powder #403D58

Color information

#403D58 (or 0x403D58) is unknown color: approx Gun Powder. HEX triplet: 40, 3D and 58. RGB value is (64,61,88). Sum of RGB (Red+Green+Blue) = 64+61+88=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 88 - color contains mainly: blue. Hex color #403D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403D58 is #BFC2A7. Grayscale: #404040. Windows color (decimal): -12567208 or 5782848. OLE color: 5782848.

HSL color Cylindrical-coordinate representation of color #403D58: hue angle of 246.67º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #403D58 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB646188-
CMYK0.270.3100.65
HSL246.67º18.12%29.22%-
HSV(B)246.67º30.68%34.51%-
XYZ5.545.139.93-
YUV64.97140.99127.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.05%
GREEN value IS 61 (24.22% from 255) = 28.64%
BLUE value IS 88 (34.77% from 255) = 41.31%
R=30.05%
G=28.64%
B=41.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6461880.270.3100.65246.6718.1229.22
Hex403D581B1F041f7121d
Octal10075130333701013672235
Binary10000001111011011000110111111101000001111101111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403D58; }

 p { color: rgb(64,61,88); }

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

<style>
 a { background-color: #403D58; }

 a { background-color: rgb(64,61,88); }

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

<style>
 span { border-color: #403D58; }

 span { border-color: rgb(64,61,88); }

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