#40397C

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

Shades of Jacksons Purple #40397C

Tints of Jacksons Purple #40397C

Color information

#40397C (or 0x40397C) is unknown color: approx Jacksons Purple. HEX triplet: 40, 39 and 7C. RGB value is (64,57,124). Sum of RGB (Red+Green+Blue) = 64+57+124=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #40397C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40397C is #BFC683. Grayscale: #424242. Windows color (decimal): -12568196 or 8141120. OLE color: 8141120.

HSL color Cylindrical-coordinate representation of color #40397C: hue angle of 246.27º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40397C is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6457124-
CMYK0.480.5400.51
HSL246.27º37.02%35.49%-
HSV(B)246.27º54.03%48.63%-
XYZ7.225.4719.74-
YUV66.73160.32126.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.12%
GREEN value IS 57 (22.66% from 255) = 23.27%
BLUE value IS 124 (48.83% from 255) = 50.61%
R=26.12%
G=23.27%
B=50.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64571240.480.5400.51246.2737.0235.49
Hex40397C3036033f62523
Octal1007117460660633664543
Binary10000001110011111100110000110110011001111110110100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40397C; }

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

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

<style>
 a { background-color: #40397C; }

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

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

<style>
 span { border-color: #40397C; }

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

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