Html Css Color HEX #40415B Gun Powder

📋 copy color: '#40415B'

red 64 ◦ green 65 ◦ blue 91

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

Shades of Gun Powder #40415B

Tints of Gun Powder #40415B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 41.36%

R = 29.09%
G = 29.55%
B = 41.36%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#40415B (or 0x40415B) is known color: Gun Powder. HEX triplet: 40, 41 and 5B. RGB value is (64,65,91). Sum of RGB (Red+Green+Blue) = 64+65+91=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 91 - color contains mainly: blue. Hex color #40415B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40415B is #BFBEA4. Grayscale: #434343. Windows color (decimal): -12566181 or 5980480. OLE color: 5980480.

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

Color convert

RGB 64 65 91 -
CMYK 0.30 0.29 0 0.64
HSL 237.78º 0.17% 0.3% -
HSV(B) 237.78º 0.3% 0.36% -
XYZ 5.89 5.63 10.67 -
YUV 67.67 141.17 125.39 -
System Red Green Blue C M Y K H S L
Decimal 64 65 91 0.30 0.29 0 0.64 237.78 0.17 0.3
Hex 40 41 5B 1E 1D 0 40 EE 11 1E
Octal 100 101 133 36 35 0 100 356 21 36
Binary 1000000 1000001 1011011 11110 11101 0 1000000 11101110 10001 11110

Color Harmonies of #40415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40415B

Black with #40415B

Text Example


Text Example

White with #40415B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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