#40367A

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

Shades of Jacksons Purple #40367A

Tints of Jacksons Purple #40367A

Color information

#40367A (or 0x40367A) is unknown color: approx Jacksons Purple. HEX triplet: 40, 36 and 7A. RGB value is (64,54,122). Sum of RGB (Red+Green+Blue) = 64+54+122=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #40367A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40367A is #BFC985. Grayscale: #404040. Windows color (decimal): -12568966 or 8009280. OLE color: 8009280.

HSL color Cylindrical-coordinate representation of color #40367A: hue angle of 248.82º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40367A is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6454122-
CMYK0.480.5600.52
HSL248.82º38.64%34.51%-
HSV(B)248.82º55.74%47.84%-
XYZ6.955.1319.04-
YUV64.74160.31127.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.67%
GREEN value IS 54 (21.48% from 255) = 22.5%
BLUE value IS 122 (48.05% from 255) = 50.83%
R=26.67%
G=22.5%
B=50.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64541220.480.5600.52248.8238.6434.51
Hex40367A3038034f92723
Octal1006617260700643714743
Binary10000001101101111010110000111000011010011111001100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40367A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40367A; }

 p { color: rgb(64,54,122); }

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

<style>
 a { background-color: #40367A; }

 a { background-color: rgb(64,54,122); }

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

<style>
 span { border-color: #40367A; }

 span { border-color: rgb(64,54,122); }

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