#40397F

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

Shades of Jacksons Purple #40397F

Tints of Jacksons Purple #40397F

Color information

#40397F (or 0x40397F) is unknown color: approx Jacksons Purple. HEX triplet: 40, 39 and 7F. RGB value is (64,57,127). Sum of RGB (Red+Green+Blue) = 64+57+127=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 127 (50% from 255 or 51.21% from 248); Max value from RGB is 127 - color contains mainly: blue. Hex color #40397F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40397F is #BFC680. Grayscale: #424242. Windows color (decimal): -12568193 or 8337728. OLE color: 8337728.

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

Color convert

RGB6457127-
CMYK0.500.5500.50
HSL246º38.04%36.08%-
HSV(B)246º55.12%49.8%-
XYZ7.415.5520.76-
YUV67.07161.82125.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.81%
GREEN value IS 57 (22.66% from 255) = 22.98%
BLUE value IS 127 (50% from 255) = 51.21%
R=25.81%
G=22.98%
B=51.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal64571270.500.5500.5024638.0436.08
Hex40397F3237032f62624
Octal1007117762670623664644
Binary10000001110011111111110010110111011001011110110100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40397F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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