Html Css Color HEX #40415D Gun Powder

📋 copy color: '#40415D'

red 64 ◦ green 65 ◦ blue 93

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

Shades of Gun Powder #40415D

Tints of Gun Powder #40415D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.28%

 BLUE value IS 93 (36.72% from 255) = 41.89%

R = 28.83%
G = 29.28%
B = 41.89%

CMYK

 C value IS 0.31

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#40415D (or 0x40415D) is known color: Gun Powder. HEX triplet: 40, 41 and 5D. RGB value is (64,65,93). Sum of RGB (Red+Green+Blue) = 64+65+93=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 93 - color contains mainly: blue. Hex color #40415D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40415D is #BFBEA2. Grayscale: #434343. Windows color (decimal): -12566179 or 6111552. OLE color: 6111552.

HSL color Cylindrical-coordinate representation of color #40415D: hue angle of 237.93º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #40415D is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 65 93 -
CMYK 0.31 0.30 0 0.64
HSL 237.93º 0.18% 0.31% -
HSV(B) 237.93º 0.31% 0.36% -
XYZ 5.98 5.66 11.13 -
YUV 67.89 142.17 125.22 -
System Red Green Blue C M Y K H S L
Decimal 64 65 93 0.31 0.30 0 0.64 237.93 0.18 0.31
Hex 40 41 5D 1F 1E 0 40 EE 12 1F
Octal 100 101 135 37 36 0 100 356 22 37
Binary 1000000 1000001 1011101 11111 11110 0 1000000 11101110 10010 11111

Color Harmonies of #40415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40415D

Black with #40415D

Text Example


Text Example

White with #40415D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40415D; }

 p { color: rgb(64,65,93); }

 H1.HeaderClassName
 {
   color: #40415D;
 }
 .AnyTagClassName
 {
   color: #40415D;
 }
</style>

background-color css

<style>
 a { background-color: #40415D; }

 a { background-color: rgb(64,65,93); }

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

border-color css

<style>
 span { border-color: #40415D; }

 span { border-color: rgb(64,65,93); }

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