#3E408A

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

Shades of Jacksons Purple #3E408A

Tints of Jacksons Purple #3E408A

Color information

#3E408A (or 0x3E408A) is unknown color: approx Jacksons Purple. HEX triplet: 3E, 40 and 8A. RGB value is (62,64,138). Sum of RGB (Red+Green+Blue) = 62+64+138=264 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.48% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #3E408A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E408A is #C1BF75. Grayscale: #474747. Windows color (decimal): -12697462 or 9060414. OLE color: 9060414.

HSL color Cylindrical-coordinate representation of color #3E408A: hue angle of 238.42º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E408A is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6264138-
CMYK0.550.5400.46
HSL238.42º38%39.22%-
HSV(B)238.42º55.07%54.12%-
XYZ8.416.5324.86-
YUV71.84165.34120.98-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.48%
GREEN value IS 64 (25.39% from 255) = 24.24%
BLUE value IS 138 (54.30% from 255) = 52.27%
R=23.48%
G=24.24%
B=52.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal62641380.550.5400.46238.423839.22
Hex3E408A373602Eee2627
Octal7610021267660563564647
Binary111110100000010001010110111110110010111011101110100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E408A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E408A; }

 p { color: rgb(62,64,138); }

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

<style>
 a { background-color: #3E408A; }

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

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

<style>
 span { border-color: #3E408A; }

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

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