#404779

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

Shades of Jacksons Purple #404779

Tints of Jacksons Purple #404779

Color information

#404779 (or 0x404779) is unknown color: approx Jacksons Purple. HEX triplet: 40, 47 and 79. RGB value is (64,71,121). Sum of RGB (Red+Green+Blue) = 64+71+121=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 121 - color contains mainly: blue. Hex color #404779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404779 is #BFB886. Grayscale: #4A4A4A. Windows color (decimal): -12564615 or 7948096. OLE color: 7948096.

HSL color Cylindrical-coordinate representation of color #404779: hue angle of 232.63º degrees, saturation: 0.31, 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 #404779 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6471121-
CMYK0.470.4100.53
HSL232.63º30.81%36.27%-
HSV(B)232.63º47.11%47.45%-
XYZ7.826.9819.02-
YUV74.61154.18120.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25%
GREEN value IS 71 (28.12% from 255) = 27.73%
BLUE value IS 121 (47.66% from 255) = 47.27%
R=25%
G=27.73%
B=47.27%

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
Decimal64711210.470.4100.53232.6330.8136.27
Hex4047792F29035e91f24
Octal10010717157510653513744
Binary10000001000111111100110111110100101101011110100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404779; }

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

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

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

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

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

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

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

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