Html Css Color HEX #403D55 Gun Powder

📋 copy color: '#403D55'

red 64 ◦ green 61 ◦ blue 85

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

Shades of Gun Powder #403D55

Tints of Gun Powder #403D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 40.48%

R = 30.48%
G = 29.05%
B = 40.48%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#403D55 (or 0x403D55) is known color: Gun Powder. HEX triplet: 40, 3D and 55. RGB value is (64,61,85). Sum of RGB (Red+Green+Blue) = 64+61+85=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 85 - color contains mainly: blue. Hex color #403D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403D55 is #BFC2AA. Grayscale: #404040. Windows color (decimal): -12567211 or 5586240. OLE color: 5586240.

HSL color Cylindrical-coordinate representation of color #403D55: hue angle of 247.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #403D55 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 61 85 -
CMYK 0.25 0.28 0 0.67
HSL 247.5º 0.16% 0.29% -
HSV(B) 247.5º 0.28% 0.33% -
XYZ 5.42 5.08 9.29 -
YUV 64.63 139.49 127.55 -
System Red Green Blue C M Y K H S L
Decimal 64 61 85 0.25 0.28 0 0.67 247.5 0.16 0.29
Hex 40 3D 55 19 1C 0 43 F8 10 1D
Octal 100 75 125 31 34 0 103 370 20 35
Binary 1000000 111101 1010101 11001 11100 0 1000011 11111000 10000 11101

Color Harmonies of #403D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403D55

Black with #403D55

Text Example


Text Example

White with #403D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403D55; }

 p { color: rgb(64,61,85); }

 H1.HeaderClassName
 {
   color: #403D55;
 }
 .AnyTagClassName
 {
   color: #403D55;
 }
</style>

background-color css

<style>
 a { background-color: #403D55; }

 a { background-color: rgb(64,61,85); }

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

border-color css

<style>
 span { border-color: #403D55; }

 span { border-color: rgb(64,61,85); }

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