Html Css Color HEX #403D5E Gun Powder

📋 copy color: '#403D5E'

red 64 ◦ green 61 ◦ blue 94

#403D5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gun Powder #403D5E

Tints of Gun Powder #403D5E

RGB

 RED value IS 64 (25.39% from 255) = 29.22%

 GREEN value IS 61 (24.22% from 255) = 27.85%

 BLUE value IS 94 (37.11% from 255) = 42.92%

R = 29.22%
G = 27.85%
B = 42.92%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#403D5E (or 0x403D5E) is known color: Gun Powder. HEX triplet: 40, 3D and 5E. RGB value is (64,61,94). Sum of RGB (Red+Green+Blue) = 64+61+94=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 94 - color contains mainly: blue. Hex color #403D5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403D5E is #BFC2A1. Grayscale: #414141. Windows color (decimal): -12567202 or 6176064. OLE color: 6176064.

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

Color convert

RGB 64 61 94 -
CMYK 0.32 0.35 0 0.63
HSL 245.45º 0.21% 0.3% -
HSV(B) 245.45º 0.35% 0.37% -
XYZ 5.8 5.24 11.29 -
YUV 65.66 143.99 126.82 -
System Red Green Blue C M Y K H S L
Decimal 64 61 94 0.32 0.35 0 0.63 245.45 0.21 0.3
Hex 40 3D 5E 20 23 0 3F F5 15 1E
Octal 100 75 136 40 43 0 77 365 25 36
Binary 1000000 111101 1011110 100000 100011 0 111111 11110101 10101 11110

Color Harmonies of #403D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403D5E

Black with #403D5E

Text Example


Text Example

White with #403D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #403D5E;
 }
 .AnyTagClassName
 {
   color: #403D5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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