#402A54

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

Shades of Jagger #402A54

Tints of Jagger #402A54

Color information

#402A54 (or 0x402A54) is unknown color: approx Jagger. HEX triplet: 40, 2A and 54. RGB value is (64,42,84). Sum of RGB (Red+Green+Blue) = 64+42+84=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 84 - color contains mainly: blue. Hex color #402A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402A54 is #BFD5AB. Grayscale: #353535. Windows color (decimal): -12572076 or 5515840. OLE color: 5515840.

HSL color Cylindrical-coordinate representation of color #402A54: hue angle of 271.43º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #402A54 is Cyan = 0.24, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB644284-
CMYK0.240.500.67
HSL271.43º33.33%24.71%-
HSV(B)271.43º50%32.94%-
XYZ4.543.398.8-
YUV53.37145.29135.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.68%
GREEN value IS 42 (16.80% from 255) = 22.11%
BLUE value IS 84 (33.20% from 255) = 44.21%
R=33.68%
G=22.11%
B=44.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6442840.240.500.67271.4333.3324.71
Hex402A54183204310f2119
Octal10052124306201034174131
Binary10000001010101010100110001100100100001110000111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,42,84); }

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

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

 a { background-color: rgb(64,42,84); }

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

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

 span { border-color: rgb(64,42,84); }

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