#40244F

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

Shades of Jagger #40244F

Tints of Jagger #40244F

Color information

#40244F (or 0x40244F) is unknown color: approx Jagger. HEX triplet: 40, 24 and 4F. RGB value is (64,36,79). Sum of RGB (Red+Green+Blue) = 64+36+79=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 36 (14.45% from 255 or 20.11% from 179); Blue value is 79 (31.25% from 255 or 44.13% from 179); Max value from RGB is 79 - color contains mainly: blue. Hex color #40244F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40244F is #BFDBB0. Grayscale: #313131. Windows color (decimal): -12573617 or 5186624. OLE color: 5186624.

HSL color Cylindrical-coordinate representation of color #40244F: hue angle of 279.07º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40244F is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB643679-
CMYK0.190.5400.69
HSL279.07º37.39%22.55%-
HSV(B)279.07º54.43%30.98%-
XYZ4.162.927.74-
YUV49.27144.78138.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.75%
GREEN value IS 36 (14.45% from 255) = 20.11%
BLUE value IS 79 (31.25% from 255) = 44.13%
R=35.75%
G=20.11%
B=44.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6436790.190.5400.69279.0737.3922.55
Hex40244F13360451172517
Octal10044117236601054274527
Binary10000001001001001111100111101100100010110001011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40244F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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