#404289

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

Shades of Jacksons Purple #404289

Tints of Jacksons Purple #404289

Color information

#404289 (or 0x404289) is unknown color: approx Jacksons Purple. HEX triplet: 40, 42 and 89. RGB value is (64,66,137). Sum of RGB (Red+Green+Blue) = 64+66+137=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #404289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404289 is #BFBD76. Grayscale: #494949. Windows color (decimal): -12565879 or 8995392. OLE color: 8995392.

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

Color convert

RGB6466137-
CMYK0.530.5200.46
HSL238.36º36.32%39.41%-
HSV(B)238.36º53.28%53.73%-
XYZ8.586.7924.53-
YUV73.5163.84121.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.97%
GREEN value IS 66 (26.17% from 255) = 24.72%
BLUE value IS 137 (53.91% from 255) = 51.31%
R=23.97%
G=24.72%
B=51.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64661370.530.5200.46238.3636.3239.41
Hex404289353402Eee2427
Octal10010221165640563564447
Binary1000000100001010001001110101110100010111011101110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404289; }

 p { color: rgb(64,66,137); }

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

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

 a { background-color: rgb(64,66,137); }

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

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

 span { border-color: rgb(64,66,137); }

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