Html Css Color HEX #403D5C Gun Powder

📋 copy color: '#403D5C'

red 64 ◦ green 61 ◦ blue 92

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

Shades of Gun Powder #403D5C

Tints of Gun Powder #403D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 42.4%

R = 29.49%
G = 28.11%
B = 42.4%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#403D5C (or 0x403D5C) is known color: Gun Powder. HEX triplet: 40, 3D and 5C. RGB value is (64,61,92). Sum of RGB (Red+Green+Blue) = 64+61+92=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 61 (24.22% from 255 or 28.11% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 92 - color contains mainly: blue. Hex color #403D5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403D5C is #BFC2A3. Grayscale: #414141. Windows color (decimal): -12567204 or 6044992. OLE color: 6044992.

HSL color Cylindrical-coordinate representation of color #403D5C: hue angle of 245.81º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #403D5C is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 61 92 -
CMYK 0.30 0.34 0 0.64
HSL 245.81º 0.2% 0.3% -
HSV(B) 245.81º 0.34% 0.36% -
XYZ 5.71 5.2 10.83 -
YUV 65.43 142.99 126.98 -
System Red Green Blue C M Y K H S L
Decimal 64 61 92 0.30 0.34 0 0.64 245.81 0.2 0.3
Hex 40 3D 5C 1E 22 0 40 F6 14 1E
Octal 100 75 134 36 42 0 100 366 24 36
Binary 1000000 111101 1011100 11110 100010 0 1000000 11110110 10100 11110

Color Harmonies of #403D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403D5C

Black with #403D5C

Text Example


Text Example

White with #403D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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