#403E7D

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

Shades of Jacksons Purple #403E7D

Tints of Jacksons Purple #403E7D

Color information

#403E7D (or 0x403E7D) is unknown color: approx Jacksons Purple. HEX triplet: 40, 3E and 7D. RGB value is (64,62,125). Sum of RGB (Red+Green+Blue) = 64+62+125=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #403E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403E7D is #BFC182. Grayscale: #454545. Windows color (decimal): -12566915 or 8207936. OLE color: 8207936.

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

Color convert

RGB6462125-
CMYK0.490.5000.51
HSL241.9º33.69%36.67%-
HSV(B)241.9º50.4%49.02%-
XYZ7.546.0220.17-
YUV69.78159.16123.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.50%
GREEN value IS 62 (24.61% from 255) = 24.70%
BLUE value IS 125 (49.22% from 255) = 49.80%
R=25.50%
G=24.70%
B=49.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64621250.490.5000.51241.933.6936.67
Hex403E7D3132033f22225
Octal1007617561620633624245
Binary10000001111101111101110001110010011001111110010100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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