Html Css Color HEX #40405A Gun Powder

📋 copy color: '#40405A'

red 64 ◦ green 64 ◦ blue 90

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

Shades of Gun Powder #40405A

Tints of Gun Powder #40405A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.36%

 BLUE value IS 90 (35.55% from 255) = 41.28%

R = 29.36%
G = 29.36%
B = 41.28%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#40405A (or 0x40405A) is known color: Gun Powder. HEX triplet: 40, 40 and 5A. RGB value is (64,64,90). Sum of RGB (Red+Green+Blue) = 64+64+90=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 90 - color contains mainly: blue. Hex color #40405A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40405A is #BFBFA5. Grayscale: #424242. Windows color (decimal): -12566438 or 5914688. OLE color: 5914688.

HSL color Cylindrical-coordinate representation of color #40405A: hue angle of 240º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #40405A is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 64 90 -
CMYK 0.29 0.29 0 0.65
HSL 240º 0.17% 0.3% -
HSV(B) 240º 0.29% 0.35% -
XYZ 5.79 5.49 10.43 -
YUV 66.96 141 125.89 -
System Red Green Blue C M Y K H S L
Decimal 64 64 90 0.29 0.29 0 0.65 240 0.17 0.3
Hex 40 40 5A 1D 1D 0 41 F0 11 1E
Octal 100 100 132 35 35 0 101 360 21 36
Binary 1000000 1000000 1011010 11101 11101 0 1000001 11110000 10001 11110

Color Harmonies of #40405A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40405A

Black with #40405A

Text Example


Text Example

White with #40405A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40405A; }

 p { color: rgb(64,64,90); }

 H1.HeaderClassName
 {
   color: #40405A;
 }
 .AnyTagClassName
 {
   color: #40405A;
 }
</style>

background-color css

<style>
 a { background-color: #40405A; }

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

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

border-color css

<style>
 span { border-color: #40405A; }

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

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