#404079

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

Shades of Jacksons Purple #404079

Tints of Jacksons Purple #404079

Color information

#404079 (or 0x404079) is unknown color: approx Jacksons Purple. HEX triplet: 40, 40 and 79. RGB value is (64,64,121). Sum of RGB (Red+Green+Blue) = 64+64+121=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 121 (47.66% from 255 or 48.59% from 249); Max value from RGB is 121 - color contains mainly: blue. Hex color #404079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404079 is #BFBF86. Grayscale: #464646. Windows color (decimal): -12566407 or 7946304. OLE color: 7946304.

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

Color convert

RGB6464121-
CMYK0.470.4700.53
HSL240º30.81%36.27%-
HSV(B)240º47.11%47.45%-
XYZ7.46.1418.88-
YUV70.5156.5123.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.70%
GREEN value IS 64 (25.39% from 255) = 25.70%
BLUE value IS 121 (47.66% from 255) = 48.59%
R=25.70%
G=25.70%
B=48.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64641210.470.4700.5324030.8136.27
Hex4040792F2F035f01f24
Octal10010017157570653603744
Binary10000001000000111100110111110111101101011111000011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404079; }

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

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

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

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

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

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

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

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