#403B7C

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

Shades of Jacksons Purple #403B7C

Tints of Jacksons Purple #403B7C

Color information

#403B7C (or 0x403B7C) is unknown color: approx Jacksons Purple. HEX triplet: 40, 3B and 7C. RGB value is (64,59,124). Sum of RGB (Red+Green+Blue) = 64+59+124=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 59 (23.44% from 255 or 23.89% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #403B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403B7C is #BFC483. Grayscale: #434343. Windows color (decimal): -12567684 or 8141632. OLE color: 8141632.

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

Color convert

RGB6459124-
CMYK0.480.5200.51
HSL244.62º35.52%35.88%-
HSV(B)244.62º52.42%48.63%-
XYZ7.325.6719.78-
YUV67.9159.66125.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.91%
GREEN value IS 59 (23.44% from 255) = 23.89%
BLUE value IS 124 (48.83% from 255) = 50.20%
R=25.91%
G=23.89%
B=50.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64591240.480.5200.51244.6235.5235.88
Hex403B7C3034033f52424
Octal1007317460640633654444
Binary10000001110111111100110000110100011001111110101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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