#403E7C

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

Shades of Jacksons Purple #403E7C

Tints of Jacksons Purple #403E7C

Color information

#403E7C (or 0x403E7C) is unknown color: approx Jacksons Purple. HEX triplet: 40, 3E and 7C. RGB value is (64,62,124). Sum of RGB (Red+Green+Blue) = 64+62+124=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #403E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403E7C is #BFC183. Grayscale: #454545. Windows color (decimal): -12566916 or 8142400. OLE color: 8142400.

HSL color Cylindrical-coordinate representation of color #403E7C: hue angle of 241.94º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #403E7C is Cyan = 0.48, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6462124-
CMYK0.480.500.51
HSL241.94º33.33%36.47%-
HSV(B)241.94º50%48.63%-
XYZ7.485.9919.83-
YUV69.67158.66123.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.6%
GREEN value IS 62 (24.61% from 255) = 24.8%
BLUE value IS 124 (48.83% from 255) = 49.6%
R=25.6%
G=24.8%
B=49.6%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64621240.480.500.51241.9433.3336.47
Hex403E7C3032033f22124
Octal1007617460620633624144
Binary10000001111101111100110000110010011001111110010100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,62,124); }

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

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

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

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

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

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

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