#41304D

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

Shades of Jagger #41304D

Tints of Jagger #41304D

Color information

#41304D (or 0x41304D) is unknown color: approx Jagger. HEX triplet: 41, 30 and 4D. RGB value is (65,48,77). Sum of RGB (Red+Green+Blue) = 65+48+77=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 77 - color contains mainly: blue. Hex color #41304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41304D is #BECFB2. Grayscale: #383838. Windows color (decimal): -12505011 or 5058625. OLE color: 5058625.

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

Color convert

RGB654877-
CMYK0.160.3800.70
HSL275.17º23.2%24.51%-
HSV(B)275.17º37.66%30.2%-
XYZ4.583.777.51-
YUV56.39139.63134.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.21%
GREEN value IS 48 (19.14% from 255) = 25.26%
BLUE value IS 77 (30.47% from 255) = 40.53%
R=34.21%
G=25.26%
B=40.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6548770.160.3800.70275.1723.224.51
Hex41304D10260461131719
Octal10160115204601064232731
Binary1000001110000100110110000100110010001101000100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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