#403C78

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

Shades of Jacksons Purple #403C78

Tints of Jacksons Purple #403C78

Color information

#403C78 (or 0x403C78) is unknown color: approx Jacksons Purple. HEX triplet: 40, 3C and 78. RGB value is (64,60,120). Sum of RGB (Red+Green+Blue) = 64+60+120=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 120 (47.27% from 255 or 49.18% from 244); Max value from RGB is 120 - color contains mainly: blue. Hex color #403C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403C78 is #BFC387. Grayscale: #434343. Windows color (decimal): -12567432 or 7879744. OLE color: 7879744.

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

Color convert

RGB6460120-
CMYK0.470.500.53
HSL244º33.33%35.29%-
HSV(B)244º50%47.06%-
XYZ7.125.6818.49-
YUV68.04157.33125.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.23%
GREEN value IS 60 (23.83% from 255) = 24.59%
BLUE value IS 120 (47.27% from 255) = 49.18%
R=26.23%
G=24.59%
B=49.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64601200.470.500.5324433.3335.29
Hex403C782F32035f42123
Octal1007417057620653644143
Binary10000001111001111000101111110010011010111110100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403C78; }

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

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

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

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

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

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

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

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