#40224E

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

Shades of Jagger #40224E

Tints of Jagger #40224E

Color information

#40224E (or 0x40224E) is unknown color: approx Jagger. HEX triplet: 40, 22 and 4E. RGB value is (64,34,78). Sum of RGB (Red+Green+Blue) = 64+34+78=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 78 (30.86% from 255 or 44.32% from 176); Max value from RGB is 78 - color contains mainly: blue. Hex color #40224E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40224E is #BFDDB1. Grayscale: #2F2F2F. Windows color (decimal): -12574130 or 5120576. OLE color: 5120576.

HSL color Cylindrical-coordinate representation of color #40224E: hue angle of 280.91º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40224E is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB643478-
CMYK0.180.5600.69
HSL280.91º39.29%21.96%-
HSV(B)280.91º56.41%30.59%-
XYZ4.062.787.53-
YUV47.99144.94139.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.36%
GREEN value IS 34 (13.67% from 255) = 19.32%
BLUE value IS 78 (30.86% from 255) = 44.32%
R=36.36%
G=19.32%
B=44.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6434780.180.5600.69280.9139.2921.96
Hex40224E12380451192716
Octal10042116227001054314726
Binary10000001000101001110100101110000100010110001100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40224E; }

 p { color: rgb(64,34,78); }

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

<style>
 a { background-color: #40224E; }

 a { background-color: rgb(64,34,78); }

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

<style>
 span { border-color: #40224E; }

 span { border-color: rgb(64,34,78); }

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