#40408B

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

Shades of Jacksons Purple #40408B

Tints of Jacksons Purple #40408B

Color information

#40408B (or 0x40408B) is unknown color: approx Jacksons Purple. HEX triplet: 40, 40 and 8B. RGB value is (64,64,139). Sum of RGB (Red+Green+Blue) = 64+64+139=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #40408B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40408B is #BFBF74. Grayscale: #484848. Windows color (decimal): -12566389 or 9125952. OLE color: 9125952.

HSL color Cylindrical-coordinate representation of color #40408B: hue angle of 240º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40408B is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6464139-
CMYK0.540.5400.45
HSL240º36.95%39.8%-
HSV(B)240º53.96%54.51%-
XYZ8.616.6225.25-
YUV72.55165.5121.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.97%
GREEN value IS 64 (25.39% from 255) = 23.97%
BLUE value IS 139 (54.69% from 255) = 52.06%
R=23.97%
G=23.97%
B=52.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64641390.540.5400.4524036.9539.8
Hex40408B363602Df02528
Octal10010021366660553604550
Binary1000000100000010001011110110110110010110111110000100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40408B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40408B; }

 p { color: rgb(64,64,139); }

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

<style>
 a { background-color: #40408B; }

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

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

<style>
 span { border-color: #40408B; }

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

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