#402656

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

Shades of Jagger #402656

Tints of Jagger #402656

Color information

#402656 (or 0x402656) is unknown color: approx Jagger. HEX triplet: 40, 26 and 56. RGB value is (64,38,86). Sum of RGB (Red+Green+Blue) = 64+38+86=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 86 (33.98% from 255 or 45.74% from 188); Max value from RGB is 86 - color contains mainly: blue. Hex color #402656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402656 is #BFD9A9. Grayscale: #333333. Windows color (decimal): -12573098 or 5645888. OLE color: 5645888.

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

Color convert

RGB643886-
CMYK0.260.5600.66
HSL272.5º38.71%24.31%-
HSV(B)272.5º55.81%33.73%-
XYZ4.493.159.18-
YUV51.25147.61137.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.04%
GREEN value IS 38 (15.23% from 255) = 20.21%
BLUE value IS 86 (33.98% from 255) = 45.74%
R=34.04%
G=20.21%
B=45.74%

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
Decimal6438860.260.5600.66272.538.7124.31
Hex4026561A380421102718
Octal10046126327001024204730
Binary10000001001101010110110101110000100001010001000010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402656; }

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

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

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

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

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

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

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

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