#41324D

Color #41324D Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #41324D

Tints of Jagger #41324D

Color information

#41324D (or 0x41324D) is unknown color: approx Jagger. HEX triplet: 41, 32 and 4D. RGB value is (65,50,77). Sum of RGB (Red+Green+Blue) = 65+50+77=192 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.85% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 77 - color contains mainly: blue. Hex color #41324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41324D is #BECDB2. Grayscale: #393939. Windows color (decimal): -12504499 or 5059137. OLE color: 5059137.

HSL color Cylindrical-coordinate representation of color #41324D: hue angle of 273.33º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #41324D is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB655077-
CMYK0.160.3500.70
HSL273.33º21.26%24.9%-
HSV(B)273.33º35.06%30.2%-
XYZ4.663.947.54-
YUV57.56138.97133.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.85%
GREEN value IS 50 (19.92% from 255) = 26.04%
BLUE value IS 77 (30.47% from 255) = 40.10%
R=33.85%
G=26.04%
B=40.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6550770.160.3500.70273.3321.2624.9
Hex41324D10230461111519
Octal10162115204301064212531
Binary1000001110010100110110000100011010001101000100011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41324D; }

 p { color: rgb(65,50,77); }

 H1.HeaderClassName
 {
   color: #41324D;
 }
 .AnyTagClassName
 {
   color: #41324D;
 }
</style>
background-color css

<style>
 a { background-color: #41324D; }

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

 div.DivClassName
 {
   background-color: #41324D;
 }
 .BgClassName
 {
   background-color: #41324D;
 }
</style>
border-color css

<style>
 span { border-color: #41324D; }

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

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