#40244B

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

Shades of Jagger #40244B

Tints of Jagger #40244B

Color information

#40244B (or 0x40244B) is unknown color: approx Jagger. HEX triplet: 40, 24 and 4B. RGB value is (64,36,75). Sum of RGB (Red+Green+Blue) = 64+36+75=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 75 - color contains mainly: blue. Hex color #40244B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40244B is #BFDBB4. Grayscale: #303030. Windows color (decimal): -12573621 or 4924480. OLE color: 4924480.

HSL color Cylindrical-coordinate representation of color #40244B: hue angle of 283.08º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40244B is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB643675-
CMYK0.150.5200.71
HSL283.08º35.14%21.76%-
HSV(B)283.08º52%29.41%-
XYZ4.022.867-
YUV48.82142.78138.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.57%
GREEN value IS 36 (14.45% from 255) = 20.57%
BLUE value IS 75 (29.69% from 255) = 42.86%
R=36.57%
G=20.57%
B=42.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6436750.150.5200.71283.0835.1421.76
Hex40244BF3404711b2316
Octal10044113176401074334326
Binary1000000100100100101111111101000100011110001101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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