#404078

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

Shades of Jacksons Purple #404078

Tints of Jacksons Purple #404078

Color information

#404078 (or 0x404078) is unknown color: approx Jacksons Purple. HEX triplet: 40, 40 and 78. RGB value is (64,64,120). Sum of RGB (Red+Green+Blue) = 64+64+120=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 120 (47.27% from 255 or 48.39% from 248); Max value from RGB is 120 - color contains mainly: blue. Hex color #404078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404078 is #BFBF87. Grayscale: #464646. Windows color (decimal): -12566408 or 7880768. OLE color: 7880768.

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

Color convert

RGB6464120-
CMYK0.470.4700.53
HSL240º30.43%36.08%-
HSV(B)240º46.67%47.06%-
XYZ7.346.1118.56-
YUV70.38156123.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.81%
GREEN value IS 64 (25.39% from 255) = 25.81%
BLUE value IS 120 (47.27% from 255) = 48.39%
R=25.81%
G=25.81%
B=48.39%

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
Decimal64641200.470.4700.5324030.4336.08
Hex4040782F2F035f01e24
Octal10010017057570653603644
Binary10000001000000111100010111110111101101011111000011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404078; }

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

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

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

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

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

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

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

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