#402657

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

Shades of Jagger #402657

Tints of Jagger #402657

Color information

#402657 (or 0x402657) is unknown color: approx Jagger. HEX triplet: 40, 26 and 57. RGB value is (64,38,87). Sum of RGB (Red+Green+Blue) = 64+38+87=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 87 (34.38% from 255 or 46.03% from 189); Max value from RGB is 87 - color contains mainly: blue. Hex color #402657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402657 is #BFD9A8. Grayscale: #333333. Windows color (decimal): -12573097 or 5711424. OLE color: 5711424.

HSL color Cylindrical-coordinate representation of color #402657: hue angle of 271.84º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #402657 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB643887-
CMYK0.260.5600.66
HSL271.84º39.2%24.51%-
HSV(B)271.84º56.32%34.12%-
XYZ4.533.169.39-
YUV51.36148.11137.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.86%
GREEN value IS 38 (15.23% from 255) = 20.11%
BLUE value IS 87 (34.38% from 255) = 46.03%
R=33.86%
G=20.11%
B=46.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6438870.260.5600.66271.8439.224.51
Hex4026571A380421102719
Octal10046127327001024204731
Binary10000001001101010111110101110000100001010001000010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402657; }

 p { color: rgb(64,38,87); }

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

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

 a { background-color: rgb(64,38,87); }

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

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

 span { border-color: rgb(64,38,87); }

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