Html Css Color HEX #41425E Gun Powder

📋 copy color: '#41425E'

red 65 ◦ green 66 ◦ blue 94

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

Shades of Gun Powder #41425E

Tints of Gun Powder #41425E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.33%

 BLUE value IS 94 (37.11% from 255) = 41.78%

R = 28.89%
G = 29.33%
B = 41.78%

CMYK

 C value IS 0.31

 M value IS 0.30

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#41425E (or 0x41425E) is known color: Gun Powder. HEX triplet: 41, 42 and 5E. RGB value is (65,66,94). Sum of RGB (Red+Green+Blue) = 65+66+94=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 94 - color contains mainly: blue. Hex color #41425E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41425E is #BEBDA1. Grayscale: #444444. Windows color (decimal): -12500386 or 6177345. OLE color: 6177345.

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

Color convert

RGB 65 66 94 -
CMYK 0.31 0.30 0 0.63
HSL 237.93º 0.18% 0.31% -
HSV(B) 237.93º 0.31% 0.37% -
XYZ 6.15 5.83 11.39 -
YUV 68.89 142.17 125.22 -
System Red Green Blue C M Y K H S L
Decimal 65 66 94 0.31 0.30 0 0.63 237.93 0.18 0.31
Hex 41 42 5E 1F 1E 0 3F EE 12 1F
Octal 101 102 136 37 36 0 77 356 22 37
Binary 1000001 1000010 1011110 11111 11110 0 111111 11101110 10010 11111

Color Harmonies of #41425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41425E

Black with #41425E

Text Example


Text Example

White with #41425E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41425E; }

 p { color: rgb(65,66,94); }

 H1.HeaderClassName
 {
   color: #41425E;
 }
 .AnyTagClassName
 {
   color: #41425E;
 }
</style>

background-color css

<style>
 a { background-color: #41425E; }

 a { background-color: rgb(65,66,94); }

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

border-color css

<style>
 span { border-color: #41425E; }

 span { border-color: rgb(65,66,94); }

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