#404789

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

Shades of Jacksons Purple #404789

Tints of Jacksons Purple #404789

Color information

#404789 (or 0x404789) is unknown color: approx Jacksons Purple. HEX triplet: 40, 47 and 89. RGB value is (64,71,137). Sum of RGB (Red+Green+Blue) = 64+71+137=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 137 (53.91% from 255 or 50.37% from 272); Max value from RGB is 137 - color contains mainly: blue. Hex color #404789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404789 is #BFB876. Grayscale: #4C4C4C. Windows color (decimal): -12564599 or 8996672. OLE color: 8996672.

HSL color Cylindrical-coordinate representation of color #404789: hue angle of 234.25º 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 #404789 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6471137-
CMYK0.530.4800.46
HSL234.25º36.32%39.41%-
HSV(B)234.25º53.28%53.73%-
XYZ8.887.424.63-
YUV76.43162.18119.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.53%
GREEN value IS 71 (28.12% from 255) = 26.10%
BLUE value IS 137 (53.91% from 255) = 50.37%
R=23.53%
G=26.10%
B=50.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64711370.530.4800.46234.2536.3239.41
Hex404789353002Eea2427
Octal10010721165600563524447
Binary1000000100011110001001110101110000010111011101010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404789; }

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

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

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

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

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

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

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

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