#3E408D

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

Shades of Jacksons Purple #3E408D

Tints of Jacksons Purple #3E408D

Color information

#3E408D (or 0x3E408D) is unknown color: approx Jacksons Purple. HEX triplet: 3E, 40 and 8D. RGB value is (62,64,141). Sum of RGB (Red+Green+Blue) = 62+64+141=267 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.22% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #3E408D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E408D is #C1BF72. Grayscale: #474747. Windows color (decimal): -12697459 or 9257022. OLE color: 9257022.

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

Color convert

RGB6264141-
CMYK0.560.5500.45
HSL238.48º38.92%39.8%-
HSV(B)238.48º56.03%55.29%-
XYZ8.636.6126.02-
YUV72.18166.84120.74-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.22%
GREEN value IS 64 (25.39% from 255) = 23.97%
BLUE value IS 141 (55.47% from 255) = 52.81%
R=23.22%
G=23.97%
B=52.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal62641410.560.5500.45238.4838.9239.8
Hex3E408D383702Dee2728
Octal7610021570670553564750
Binary111110100000010001101111000110111010110111101110100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E408D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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