#402059

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

Shades of Jagger #402059

Tints of Jagger #402059

Color information

#402059 (or 0x402059) is unknown color: approx Jagger. HEX triplet: 40, 20 and 59. RGB value is (64,32,89). Sum of RGB (Red+Green+Blue) = 64+32+89=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: blue. Hex color #402059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402059 is #BFDFA6. Grayscale: #2F2F2F. Windows color (decimal): -12574631 or 5840960. OLE color: 5840960.

HSL color Cylindrical-coordinate representation of color #402059: hue angle of 273.68º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #402059 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB643289-
CMYK0.280.6400.65
HSL273.68º47.11%23.73%-
HSV(B)273.68º64.04%34.9%-
XYZ4.432.849.77-
YUV48.07151.1139.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.59%
GREEN value IS 32 (12.89% from 255) = 17.30%
BLUE value IS 89 (35.16% from 255) = 48.11%
R=34.59%
G=17.30%
B=48.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6432890.280.6400.65273.6847.1123.73
Hex4020591C400411122f18
Octal100401313410001014225730
Binary100000010000010110011110010000000100000110001001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402059; }

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

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

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

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

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

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

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

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