Html Css Color HEX #413D59 Gun Powder

📋 copy color: '#413D59'

red 65 ◦ green 61 ◦ blue 89

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

Shades of Gun Powder #413D59

Tints of Gun Powder #413D59

RGB

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

 GREEN value IS 61 (24.22% from 255) = 28.37%

 BLUE value IS 89 (35.16% from 255) = 41.4%

R = 30.23%
G = 28.37%
B = 41.4%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#413D59 (or 0x413D59) is known color: Gun Powder. HEX triplet: 41, 3D and 59. RGB value is (65,61,89). Sum of RGB (Red+Green+Blue) = 65+61+89=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 89 - color contains mainly: blue. Hex color #413D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413D59 is #BEC2A6. Grayscale: #414141. Windows color (decimal): -12501671 or 5848385. OLE color: 5848385.

HSL color Cylindrical-coordinate representation of color #413D59: hue angle of 248.57º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #413D59 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 61 89 -
CMYK 0.27 0.31 0 0.65
HSL 248.57º 0.19% 0.29% -
HSV(B) 248.57º 0.31% 0.35% -
XYZ 5.65 5.18 10.15 -
YUV 65.39 141.33 127.72 -
System Red Green Blue C M Y K H S L
Decimal 65 61 89 0.27 0.31 0 0.65 248.57 0.19 0.29
Hex 41 3D 59 1B 1F 0 41 F9 13 1D
Octal 101 75 131 33 37 0 101 371 23 35
Binary 1000001 111101 1011001 11011 11111 0 1000001 11111001 10011 11101

Color Harmonies of #413D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D59

Black with #413D59

Text Example


Text Example

White with #413D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413D59; }

 p { color: rgb(65,61,89); }

 H1.HeaderClassName
 {
   color: #413D59;
 }
 .AnyTagClassName
 {
   color: #413D59;
 }
</style>

background-color css

<style>
 a { background-color: #413D59; }

 a { background-color: rgb(65,61,89); }

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

border-color css

<style>
 span { border-color: #413D59; }

 span { border-color: rgb(65,61,89); }

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