Html Css Color HEX #413D58 Gun Powder

📋 copy color: '#413D58'

red 65 ◦ green 61 ◦ blue 88

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

Shades of Gun Powder #413D58

Tints of Gun Powder #413D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 41.12%

R = 30.37%
G = 28.5%
B = 41.12%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#413D58 (or 0x413D58) is known color: Gun Powder. HEX triplet: 41, 3D and 58. RGB value is (65,61,88). Sum of RGB (Red+Green+Blue) = 65+61+88=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 88 - color contains mainly: blue. Hex color #413D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413D58 is #BEC2A7. Grayscale: #414141. Windows color (decimal): -12501672 or 5782849. OLE color: 5782849.

HSL color Cylindrical-coordinate representation of color #413D58: hue angle of 248.89º degrees, saturation: 0.18, 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 #413D58 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 61 88 -
CMYK 0.26 0.31 0 0.65
HSL 248.89º 0.18% 0.29% -
HSV(B) 248.89º 0.31% 0.35% -
XYZ 5.61 5.17 9.93 -
YUV 65.27 140.83 127.8 -
System Red Green Blue C M Y K H S L
Decimal 65 61 88 0.26 0.31 0 0.65 248.89 0.18 0.29
Hex 41 3D 58 1A 1F 0 41 F9 12 1D
Octal 101 75 130 32 37 0 101 371 22 35
Binary 1000001 111101 1011000 11010 11111 0 1000001 11111001 10010 11101

Color Harmonies of #413D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D58

Black with #413D58

Text Example


Text Example

White with #413D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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