#41244D

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

Shades of Jagger #41244D

Tints of Jagger #41244D

Color information

#41244D (or 0x41244D) is unknown color: approx Jagger. HEX triplet: 41, 24 and 4D. RGB value is (65,36,77). Sum of RGB (Red+Green+Blue) = 65+36+77=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 77 - color contains mainly: blue. Hex color #41244D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41244D is #BEDBB2. Grayscale: #313131. Windows color (decimal): -12508083 or 5055553. OLE color: 5055553.

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

Color convert

RGB653677-
CMYK0.160.5300.70
HSL282.44º36.28%22.16%-
HSV(B)282.44º53.25%30.2%-
XYZ4.152.927.37-
YUV49.34143.61139.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.52%
GREEN value IS 36 (14.45% from 255) = 20.22%
BLUE value IS 77 (30.47% from 255) = 43.26%
R=36.52%
G=20.22%
B=43.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6536770.160.5300.70282.4436.2822.16
Hex41244D103504611a2416
Octal10144115206501064324426
Binary10000011001001001101100001101010100011010001101010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41244D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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