#404089

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

Shades of Jacksons Purple #404089

Tints of Jacksons Purple #404089

Color information

#404089 (or 0x404089) is unknown color: approx Jacksons Purple. HEX triplet: 40, 40 and 89. RGB value is (64,64,137). Sum of RGB (Red+Green+Blue) = 64+64+137=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 137 (53.91% from 255 or 51.70% from 265); Max value from RGB is 137 - color contains mainly: blue. Hex color #404089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404089 is #BFBF76. Grayscale: #484848. Windows color (decimal): -12566391 or 8994880. OLE color: 8994880.

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

Color convert

RGB6464137-
CMYK0.530.5300.46
HSL240º36.32%39.41%-
HSV(B)240º53.28%53.73%-
XYZ8.466.5624.49-
YUV72.32164.5122.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.15%
GREEN value IS 64 (25.39% from 255) = 24.15%
BLUE value IS 137 (53.91% from 255) = 51.70%
R=24.15%
G=24.15%
B=51.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64641370.530.5300.4624036.3239.41
Hex404089353502Ef02427
Octal10010021165650563604447
Binary1000000100000010001001110101110101010111011110000100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404089; }

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

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

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

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

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

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

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

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