Html Css Color HEX #42405F Gun Powder

📋 copy color: '#42405F'

red 66 ◦ green 64 ◦ blue 95

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

Shades of Gun Powder #42405F

Tints of Gun Powder #42405F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 42.22%

R = 29.33%
G = 28.44%
B = 42.22%

CMYK

 C value IS 0.31

 M value IS 0.33

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#42405F (or 0x42405F) is known color: Gun Powder. HEX triplet: 42, 40 and 5F. RGB value is (66,64,95). Sum of RGB (Red+Green+Blue) = 66+64+95=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 95 - color contains mainly: blue. Hex color #42405F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42405F is #BDBFA0. Grayscale: #444444. Windows color (decimal): -12435361 or 6242370. OLE color: 6242370.

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

Color convert

RGB 66 64 95 -
CMYK 0.31 0.33 0 0.63
HSL 243.87º 0.19% 0.31% -
HSV(B) 243.87º 0.33% 0.37% -
XYZ 6.15 5.65 11.59 -
YUV 68.13 143.16 126.48 -
System Red Green Blue C M Y K H S L
Decimal 66 64 95 0.31 0.33 0 0.63 243.87 0.19 0.31
Hex 42 40 5F 1F 21 0 3F F4 13 1F
Octal 102 100 137 37 41 0 77 364 23 37
Binary 1000010 1000000 1011111 11111 100001 0 111111 11110100 10011 11111

Color Harmonies of #42405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42405F

Black with #42405F

Text Example


Text Example

White with #42405F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42405F; }

 p { color: rgb(66,64,95); }

 H1.HeaderClassName
 {
   color: #42405F;
 }
 .AnyTagClassName
 {
   color: #42405F;
 }
</style>

background-color css

<style>
 a { background-color: #42405F; }

 a { background-color: rgb(66,64,95); }

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

border-color css

<style>
 span { border-color: #42405F; }

 span { border-color: rgb(66,64,95); }

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