Html Css Color HEX #41415A Gun Powder

📋 copy color: '#41415A'

red 65 ◦ green 65 ◦ blue 90

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

Shades of Gun Powder #41415A

Tints of Gun Powder #41415A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.55%

 BLUE value IS 90 (35.55% from 255) = 40.91%

R = 29.55%
G = 29.55%
B = 40.91%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#41415A (or 0x41415A) is known color: Gun Powder. HEX triplet: 41, 41 and 5A. RGB value is (65,65,90). Sum of RGB (Red+Green+Blue) = 65+65+90=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 90 - color contains mainly: blue. Hex color #41415A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41415A is #BEBEA5. Grayscale: #434343. Windows color (decimal): -12500646 or 5914945. OLE color: 5914945.

HSL color Cylindrical-coordinate representation of color #41415A: hue angle of 240º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #41415A is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 65 90 -
CMYK 0.28 0.28 0 0.65
HSL 240º 0.16% 0.3% -
HSV(B) 240º 0.28% 0.35% -
XYZ 5.92 5.64 10.45 -
YUV 67.85 140.5 125.97 -
System Red Green Blue C M Y K H S L
Decimal 65 65 90 0.28 0.28 0 0.65 240 0.16 0.3
Hex 41 41 5A 1C 1C 0 41 F0 10 1E
Octal 101 101 132 34 34 0 101 360 20 36
Binary 1000001 1000001 1011010 11100 11100 0 1000001 11110000 10000 11110

Color Harmonies of #41415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41415A

Black with #41415A

Text Example


Text Example

White with #41415A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41415A; }

 p { color: rgb(65,65,90); }

 H1.HeaderClassName
 {
   color: #41415A;
 }
 .AnyTagClassName
 {
   color: #41415A;
 }
</style>

background-color css

<style>
 a { background-color: #41415A; }

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

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

border-color css

<style>
 span { border-color: #41415A; }

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

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