#404389

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

Shades of Jacksons Purple #404389

Tints of Jacksons Purple #404389

Color information

#404389 (or 0x404389) is unknown color: approx Jacksons Purple. HEX triplet: 40, 43 and 89. RGB value is (64,67,137). Sum of RGB (Red+Green+Blue) = 64+67+137=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #404389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404389 is #BFBC76. Grayscale: #494949. Windows color (decimal): -12565623 or 8995648. OLE color: 8995648.

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

Color convert

RGB6467137-
CMYK0.530.5100.46
HSL237.53º36.32%39.41%-
HSV(B)237.53º53.28%53.73%-
XYZ8.646.9124.55-
YUV74.08163.51120.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.88%
GREEN value IS 67 (26.56% from 255) = 25%
BLUE value IS 137 (53.91% from 255) = 51.12%
R=23.88%
G=25%
B=51.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64671370.530.5100.46237.5336.3239.41
Hex404389353302Eee2427
Octal10010321165630563564447
Binary1000000100001110001001110101110011010111011101110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404389; }

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

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

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

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

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

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

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

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