#404479

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

Shades of Jacksons Purple #404479

Tints of Jacksons Purple #404479

Color information

#404479 (or 0x404479) is unknown color: approx Jacksons Purple. HEX triplet: 40, 44 and 79. RGB value is (64,68,121). Sum of RGB (Red+Green+Blue) = 64+68+121=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 121 (47.66% from 255 or 47.83% from 253); Max value from RGB is 121 - color contains mainly: blue. Hex color #404479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404479 is #BFBB86. Grayscale: #484848. Windows color (decimal): -12565383 or 7947328. OLE color: 7947328.

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

Color convert

RGB6468121-
CMYK0.470.4400.53
HSL235.79º30.81%36.27%-
HSV(B)235.79º47.11%47.45%-
XYZ7.636.618.96-
YUV72.85155.17121.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.30%
GREEN value IS 68 (26.95% from 255) = 26.88%
BLUE value IS 121 (47.66% from 255) = 47.83%
R=25.30%
G=26.88%
B=47.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64681210.470.4400.53235.7930.8136.27
Hex4044792F2C035ec1f24
Octal10010417157540653543744
Binary10000001000100111100110111110110001101011110110011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404479; }

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

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

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

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

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

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

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

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