#403878

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

Shades of Jacksons Purple #403878

Tints of Jacksons Purple #403878

Color information

#403878 (or 0x403878) is unknown color: approx Jacksons Purple. HEX triplet: 40, 38 and 78. RGB value is (64,56,120). Sum of RGB (Red+Green+Blue) = 64+56+120=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #403878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403878 is #BFC787. Grayscale: #414141. Windows color (decimal): -12568456 or 7878720. OLE color: 7878720.

HSL color Cylindrical-coordinate representation of color #403878: hue angle of 247.5º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #403878 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6456120-
CMYK0.470.5300.53
HSL247.5º36.36%34.51%-
HSV(B)247.5º53.33%47.06%-
XYZ6.925.2718.42-
YUV65.69158.65126.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.67%
GREEN value IS 56 (22.27% from 255) = 23.33%
BLUE value IS 120 (47.27% from 255) = 50%
R=26.67%
G=23.33%
B=50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64561200.470.5300.53247.536.3634.51
Hex4038782F35035f82423
Octal1007017057650653704443
Binary10000001110001111000101111110101011010111111000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403878; }

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

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

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

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

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

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

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

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