Html Css Color HEX #40415A Gun Powder

📋 copy color: '#40415A'

red 64 ◦ green 65 ◦ blue 90

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

Shades of Gun Powder #40415A

Tints of Gun Powder #40415A

RGB

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

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

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

R = 29.22%
G = 29.68%
B = 41.1%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#40415A (or 0x40415A) is known color: Gun Powder. HEX triplet: 40, 41 and 5A. RGB value is (64,65,90). Sum of RGB (Red+Green+Blue) = 64+65+90=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 90 - color contains mainly: blue. Hex color #40415A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40415A is #BFBEA5. Grayscale: #434343. Windows color (decimal): -12566182 or 5914944. OLE color: 5914944.

HSL color Cylindrical-coordinate representation of color #40415A: hue angle of 237.69º 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 #40415A is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 65 90 -
CMYK 0.29 0.28 0 0.65
HSL 237.69º 0.17% 0.3% -
HSV(B) 237.69º 0.29% 0.35% -
XYZ 5.85 5.61 10.45 -
YUV 67.55 140.67 125.47 -
System Red Green Blue C M Y K H S L
Decimal 64 65 90 0.29 0.28 0 0.65 237.69 0.17 0.3
Hex 40 41 5A 1D 1C 0 41 EE 11 1E
Octal 100 101 132 35 34 0 101 356 21 36
Binary 1000000 1000001 1011010 11101 11100 0 1000001 11101110 10001 11110

Color Harmonies of #40415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40415A

Black with #40415A

Text Example


Text Example

White with #40415A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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