#404387

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

Shades of Jacksons Purple #404387

Tints of Jacksons Purple #404387

Color information

#404387 (or 0x404387) is unknown color: approx Jacksons Purple. HEX triplet: 40, 43 and 87. RGB value is (64,67,135). Sum of RGB (Red+Green+Blue) = 64+67+135=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 135 (53.12% from 255 or 50.75% from 266); Max value from RGB is 135 - color contains mainly: blue. Hex color #404387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404387 is #BFBC78. Grayscale: #494949. Windows color (decimal): -12565625 or 8864576. OLE color: 8864576.

HSL color Cylindrical-coordinate representation of color #404387: hue angle of 237.46º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #404387 is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6467135-
CMYK0.530.5000.47
HSL237.46º35.68%39.02%-
HSV(B)237.46º52.59%52.94%-
XYZ8.496.8523.8-
YUV73.86162.51120.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.06%
GREEN value IS 67 (26.56% from 255) = 25.19%
BLUE value IS 135 (53.12% from 255) = 50.75%
R=24.06%
G=25.19%
B=50.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64671350.530.5000.47237.4635.6839.02
Hex404387353202Fed2427
Octal10010320765620573554447
Binary1000000100001110000111110101110010010111111101101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404387; }

 p { color: rgb(64,67,135); }

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

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

 a { background-color: rgb(64,67,135); }

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

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

 span { border-color: rgb(64,67,135); }

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