#404478

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

Shades of Jacksons Purple #404478

Tints of Jacksons Purple #404478

Color information

#404478 (or 0x404478) is unknown color: approx Jacksons Purple. HEX triplet: 40, 44 and 78. RGB value is (64,68,120). Sum of RGB (Red+Green+Blue) = 64+68+120=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 120 - color contains mainly: blue. Hex color #404478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404478 is #BFBB87. Grayscale: #484848. Windows color (decimal): -12565384 or 7881792. OLE color: 7881792.

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

Color convert

RGB6468120-
CMYK0.470.4300.53
HSL235.71º30.43%36.08%-
HSV(B)235.71º46.67%47.06%-
XYZ7.576.5818.64-
YUV72.73154.67121.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.40%
GREEN value IS 68 (26.95% from 255) = 26.98%
BLUE value IS 120 (47.27% from 255) = 47.62%
R=25.40%
G=26.98%
B=47.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64681200.470.4300.53235.7130.4336.08
Hex4044782F2B035ec1e24
Octal10010417057530653543644
Binary10000001000100111100010111110101101101011110110011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404478; }

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

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

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

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

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

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

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

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