#40397E

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

Shades of Jacksons Purple #40397E

Tints of Jacksons Purple #40397E

Color information

#40397E (or 0x40397E) is unknown color: approx Jacksons Purple. HEX triplet: 40, 39 and 7E. RGB value is (64,57,126). Sum of RGB (Red+Green+Blue) = 64+57+126=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 126 (49.61% from 255 or 51.01% from 247); Max value from RGB is 126 - color contains mainly: blue. Hex color #40397E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40397E is #BFC681. Grayscale: #424242. Windows color (decimal): -12568194 or 8272192. OLE color: 8272192.

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

Color convert

RGB6457126-
CMYK0.490.5500.51
HSL246.09º37.7%35.88%-
HSV(B)246.09º54.76%49.41%-
XYZ7.345.5220.42-
YUV66.96161.32125.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.91%
GREEN value IS 57 (22.66% from 255) = 23.08%
BLUE value IS 126 (49.61% from 255) = 51.01%
R=25.91%
G=23.08%
B=51.01%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64571260.490.5500.51246.0937.735.88
Hex40397E3137033f62624
Octal1007117661670633664644
Binary10000001110011111110110001110111011001111110110100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40397E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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