#402056

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

Shades of Jagger #402056

Tints of Jagger #402056

Color information

#402056 (or 0x402056) is unknown color: approx Jagger. HEX triplet: 40, 20 and 56. RGB value is (64,32,86). Sum of RGB (Red+Green+Blue) = 64+32+86=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 86 (33.98% from 255 or 47.25% from 182); Max value from RGB is 86 - color contains mainly: blue. Hex color #402056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402056 is #BFDFA9. Grayscale: #2F2F2F. Windows color (decimal): -12574634 or 5644352. OLE color: 5644352.

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

Color convert

RGB643286-
CMYK0.260.6300.66
HSL275.56º45.76%23.14%-
HSV(B)275.56º62.79%33.73%-
XYZ4.312.799.12-
YUV47.72149.6139.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.16%
GREEN value IS 32 (12.89% from 255) = 17.58%
BLUE value IS 86 (33.98% from 255) = 47.25%
R=35.16%
G=17.58%
B=47.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6432860.260.6300.66275.5645.7623.14
Hex4020561A3F0421142e17
Octal10040126327701024245627
Binary10000001000001010110110101111110100001010001010010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402056; }

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

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

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

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

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

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

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

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