#403B7F

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

Shades of Jacksons Purple #403B7F

Tints of Jacksons Purple #403B7F

Color information

#403B7F (or 0x403B7F) is unknown color: approx Jacksons Purple. HEX triplet: 40, 3B and 7F. RGB value is (64,59,127). Sum of RGB (Red+Green+Blue) = 64+59+127=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #403B7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403B7F is #BFC480. Grayscale: #434343. Windows color (decimal): -12567681 or 8338240. OLE color: 8338240.

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

Color convert

RGB6459127-
CMYK0.500.5400.50
HSL244.41º36.56%36.47%-
HSV(B)244.41º53.54%49.8%-
XYZ7.515.7520.79-
YUV68.25161.16124.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.6%
GREEN value IS 59 (23.44% from 255) = 23.6%
BLUE value IS 127 (50% from 255) = 50.8%
R=25.6%
G=23.6%
B=50.8%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal64591270.500.5400.50244.4136.5636.47
Hex403B7F3236032f42524
Octal1007317762660623644544
Binary10000001110111111111110010110110011001011110100100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,59,127); }

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

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

 a { background-color: rgb(64,59,127); }

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

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

 span { border-color: rgb(64,59,127); }

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