Html Css Color HEX #41405A Gun Powder

📋 copy color: '#41405A'

red 65 ◦ green 64 ◦ blue 90

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

Shades of Gun Powder #41405A

Tints of Gun Powder #41405A

RGB

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

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

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

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

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#41405A (or 0x41405A) is known color: Gun Powder. HEX triplet: 41, 40 and 5A. RGB value is (65,64,90). Sum of RGB (Red+Green+Blue) = 65+64+90=219 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.68% from 219); Green value is 64 (25.39% from 255 or 29.22% 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 #41405A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41405A is #BEBFA5. Grayscale: #434343. Windows color (decimal): -12500902 or 5914689. OLE color: 5914689.

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

Color convert

RGB 65 64 90 -
CMYK 0.28 0.29 0 0.65
HSL 242.31º 0.17% 0.3% -
HSV(B) 242.31º 0.29% 0.35% -
XYZ 5.86 5.53 10.43 -
YUV 67.26 140.83 126.39 -
System Red Green Blue C M Y K H S L
Decimal 65 64 90 0.28 0.29 0 0.65 242.31 0.17 0.3
Hex 41 40 5A 1C 1D 0 41 F2 11 1E
Octal 101 100 132 34 35 0 101 362 21 36
Binary 1000001 1000000 1011010 11100 11101 0 1000001 11110010 10001 11110

Color Harmonies of #41405A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41405A

Black with #41405A

Text Example


Text Example

White with #41405A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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