#402D4A

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

Shades of Jagger #402D4A

Tints of Jagger #402D4A

Color information

#402D4A (or 0x402D4A) is unknown color: approx Jagger. HEX triplet: 40, 2D and 4A. RGB value is (64,45,74). Sum of RGB (Red+Green+Blue) = 64+45+74=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 74 - color contains mainly: blue. Hex color #402D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402D4A is #BFD2B5. Grayscale: #353535. Windows color (decimal): -12571318 or 4861248. OLE color: 4861248.

HSL color Cylindrical-coordinate representation of color #402D4A: hue angle of 279.31º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #402D4A is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB644574-
CMYK0.140.3900.71
HSL279.31º24.37%23.33%-
HSV(B)279.31º39.19%29.02%-
XYZ4.293.466.92-
YUV53.99139.29135.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.97%
GREEN value IS 45 (17.97% from 255) = 24.59%
BLUE value IS 74 (29.30% from 255) = 40.44%
R=34.97%
G=24.59%
B=40.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6445740.140.3900.71279.3124.3723.33
Hex402D4AE270471171817
Octal10055112164701074273027
Binary100000010110110010101110100111010001111000101111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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