#40244C

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

Shades of Jagger #40244C

Tints of Jagger #40244C

Color information

#40244C (or 0x40244C) is unknown color: approx Jagger. HEX triplet: 40, 24 and 4C. RGB value is (64,36,76). Sum of RGB (Red+Green+Blue) = 64+36+76=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 76 (30.08% from 255 or 43.18% from 176); Max value from RGB is 76 - color contains mainly: blue. Hex color #40244C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40244C is #BFDBB3. Grayscale: #303030. Windows color (decimal): -12573620 or 4990016. OLE color: 4990016.

HSL color Cylindrical-coordinate representation of color #40244C: hue angle of 282º 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 #40244C is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB643676-
CMYK0.160.5300.70
HSL282º35.71%21.96%-
HSV(B)282º52.63%29.8%-
XYZ4.052.877.18-
YUV48.93143.28138.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.36%
GREEN value IS 36 (14.45% from 255) = 20.45%
BLUE value IS 76 (30.08% from 255) = 43.18%
R=36.36%
G=20.45%
B=43.18%

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
Decimal6436760.160.5300.7028235.7121.96
Hex40244C103504611a2416
Octal10044114206501064324426
Binary10000001001001001100100001101010100011010001101010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40244C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40244C; }

 p { color: rgb(64,36,76); }

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

<style>
 a { background-color: #40244C; }

 a { background-color: rgb(64,36,76); }

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

<style>
 span { border-color: #40244C; }

 span { border-color: rgb(64,36,76); }

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