#403F78

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

Shades of Jacksons Purple #403F78

Tints of Jacksons Purple #403F78

Color information

#403F78 (or 0x403F78) is unknown color: approx Jacksons Purple. HEX triplet: 40, 3F and 78. RGB value is (64,63,120). Sum of RGB (Red+Green+Blue) = 64+63+120=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 120 (47.27% from 255 or 48.58% from 247); Max value from RGB is 120 - color contains mainly: blue. Hex color #403F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403F78 is #BFC087. Grayscale: #454545. Windows color (decimal): -12566664 or 7880512. OLE color: 7880512.

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

Color convert

RGB6463120-
CMYK0.470.4800.53
HSL241.05º31.15%35.88%-
HSV(B)241.05º47.5%47.06%-
XYZ7.28618.54-
YUV69.8156.33123.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.91%
GREEN value IS 63 (25% from 255) = 25.51%
BLUE value IS 120 (47.27% from 255) = 48.58%
R=25.91%
G=25.51%
B=48.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64631200.470.4800.53241.0531.1535.88
Hex403F782F30035f11f24
Octal1007717057600653613744
Binary1000000111111111100010111111000001101011111000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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