#40244D

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

Shades of Jagger #40244D

Tints of Jagger #40244D

Color information

#40244D (or 0x40244D) is unknown color: approx Jagger. HEX triplet: 40, 24 and 4D. RGB value is (64,36,77). Sum of RGB (Red+Green+Blue) = 64+36+77=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 77 - color contains mainly: blue. Hex color #40244D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40244D is #BFDBB2. Grayscale: #303030. Windows color (decimal): -12573619 or 5055552. OLE color: 5055552.

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

Color convert

RGB643677-
CMYK0.170.5300.70
HSL280.98º36.28%22.16%-
HSV(B)280.98º53.25%30.2%-
XYZ4.082.897.36-
YUV49.05143.78138.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.16%
GREEN value IS 36 (14.45% from 255) = 20.34%
BLUE value IS 77 (30.47% from 255) = 43.50%
R=36.16%
G=20.34%
B=43.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6436770.170.5300.70280.9836.2822.16
Hex40244D11350461192416
Octal10044115216501064314426
Binary10000001001001001101100011101010100011010001100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40244D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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