#404778

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

Shades of Jacksons Purple #404778

Tints of Jacksons Purple #404778

Color information

#404778 (or 0x404778) is unknown color: approx Jacksons Purple. HEX triplet: 40, 47 and 78. RGB value is (64,71,120). Sum of RGB (Red+Green+Blue) = 64+71+120=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 120 - color contains mainly: blue. Hex color #404778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404778 is #BFB887. Grayscale: #4A4A4A. Windows color (decimal): -12564616 or 7882560. OLE color: 7882560.

HSL color Cylindrical-coordinate representation of color #404778: hue angle of 232.5º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #404778 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6471120-
CMYK0.470.4100.53
HSL232.5º30.43%36.08%-
HSV(B)232.5º46.67%47.06%-
XYZ7.766.9518.7-
YUV74.49153.68120.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.10%
GREEN value IS 71 (28.12% from 255) = 27.84%
BLUE value IS 120 (47.27% from 255) = 47.06%
R=25.10%
G=27.84%
B=47.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64711200.470.4100.53232.530.4336.08
Hex4047782F29035e81e24
Octal10010717057510653503644
Binary10000001000111111100010111110100101101011110100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404778; }

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

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

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

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

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

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

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

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