#404790

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

Shades of Jacksons Purple #404790

Tints of Jacksons Purple #404790

Color information

#404790 (or 0x404790) is unknown color: approx Jacksons Purple. HEX triplet: 40, 47 and 90. RGB value is (64,71,144). Sum of RGB (Red+Green+Blue) = 64+71+144=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #404790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404790 is #BFB86F. Grayscale: #4C4C4C. Windows color (decimal): -12564592 or 9455424. OLE color: 9455424.

HSL color Cylindrical-coordinate representation of color #404790: hue angle of 234.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #404790 is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6471144-
CMYK0.560.5100.44
HSL234.75º38.46%40.78%-
HSV(B)234.75º55.56%56.47%-
XYZ9.47.6127.36-
YUV77.23165.68118.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.94%
GREEN value IS 71 (28.12% from 255) = 25.45%
BLUE value IS 144 (56.64% from 255) = 51.61%
R=22.94%
G=25.45%
B=51.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64711440.560.5100.44234.7538.4640.78
Hex404790383302Ceb2629
Octal10010722070630543534651
Binary1000000100011110010000111000110011010110011101011100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404790; }

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

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

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

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

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

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

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

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