#40224C

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

Shades of Jagger #40224C

Tints of Jagger #40224C

Color information

#40224C (or 0x40224C) is unknown color: approx Jagger. HEX triplet: 40, 22 and 4C. RGB value is (64,34,76). Sum of RGB (Red+Green+Blue) = 64+34+76=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 76 (30.08% from 255 or 43.68% from 174); Max value from RGB is 76 - color contains mainly: blue. Hex color #40224C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40224C is #BFDDB3. Grayscale: #2F2F2F. Windows color (decimal): -12574132 or 4989504. OLE color: 4989504.

HSL color Cylindrical-coordinate representation of color #40224C: hue angle of 282.86º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40224C is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB643476-
CMYK0.160.5500.70
HSL282.86º38.18%21.57%-
HSV(B)282.86º55.26%29.8%-
XYZ3.992.767.16-
YUV47.76143.94139.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.78%
GREEN value IS 34 (13.67% from 255) = 19.54%
BLUE value IS 76 (30.08% from 255) = 43.68%
R=36.78%
G=19.54%
B=43.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6434760.160.5500.70282.8638.1821.57
Hex40224C103704611b2616
Octal10042114206701064334626
Binary10000001000101001100100001101110100011010001101110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40224C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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