#402D4E

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

Shades of Jagger #402D4E

Tints of Jagger #402D4E

Color information

#402D4E (or 0x402D4E) is unknown color: approx Jagger. HEX triplet: 40, 2D and 4E. RGB value is (64,45,78). Sum of RGB (Red+Green+Blue) = 64+45+78=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 78 - color contains mainly: blue. Hex color #402D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402D4E is #BFD2B1. Grayscale: #363636. Windows color (decimal): -12571314 or 5123392. OLE color: 5123392.

HSL color Cylindrical-coordinate representation of color #402D4E: hue angle of 274.55º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #402D4E is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB644578-
CMYK0.180.4200.69
HSL274.55º26.83%24.12%-
HSV(B)274.55º42.31%30.59%-
XYZ4.433.527.65-
YUV54.44141.29134.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.22%
GREEN value IS 45 (17.97% from 255) = 24.06%
BLUE value IS 78 (30.86% from 255) = 41.71%
R=34.22%
G=24.06%
B=41.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6445780.180.4200.69274.5526.8324.12
Hex402D4E122A0451131b18
Octal10055116225201054233330
Binary1000000101101100111010010101010010001011000100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402D4E; }

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

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

<style>
 a { background-color: #402D4E; }

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

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

<style>
 span { border-color: #402D4E; }

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

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