#404679

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

Shades of Jacksons Purple #404679

Tints of Jacksons Purple #404679

Color information

#404679 (or 0x404679) is unknown color: approx Jacksons Purple. HEX triplet: 40, 46 and 79. RGB value is (64,70,121). Sum of RGB (Red+Green+Blue) = 64+70+121=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 121 (47.66% from 255 or 47.45% from 255); Max value from RGB is 121 - color contains mainly: blue. Hex color #404679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404679 is #BFB986. Grayscale: #494949. Windows color (decimal): -12564871 or 7947840. OLE color: 7947840.

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

Color convert

RGB6470121-
CMYK0.470.4200.53
HSL233.68º30.81%36.27%-
HSV(B)233.68º47.11%47.45%-
XYZ7.766.8519-
YUV74.02154.51120.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.10%
GREEN value IS 70 (27.73% from 255) = 27.45%
BLUE value IS 121 (47.66% from 255) = 47.45%
R=25.10%
G=27.45%
B=47.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64701210.470.4200.53233.6830.8136.27
Hex4046792F2A035ea1f24
Octal10010617157520653523744
Binary10000001000110111100110111110101001101011110101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404679; }

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

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

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

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

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

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

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

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