#3E408E

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

Shades of Jacksons Purple #3E408E

Tints of Jacksons Purple #3E408E

Color information

#3E408E (or 0x3E408E) is unknown color: approx Jacksons Purple. HEX triplet: 3E, 40 and 8E. RGB value is (62,64,142). Sum of RGB (Red+Green+Blue) = 62+64+142=268 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.13% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 142 (55.86% from 255 or 52.99% from 268); Max value from RGB is 142 - color contains mainly: blue. Hex color #3E408E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E408E is #C1BF71. Grayscale: #474747. Windows color (decimal): -12697458 or 9322558. OLE color: 9322558.

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

Color convert

RGB6264142-
CMYK0.560.5500.44
HSL238.5º39.22%40%-
HSV(B)238.5º56.34%55.69%-
XYZ8.76.6426.41-
YUV72.29167.34120.66-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.13%
GREEN value IS 64 (25.39% from 255) = 23.88%
BLUE value IS 142 (55.86% from 255) = 52.99%
R=23.13%
G=23.88%
B=52.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal62641420.560.5500.44238.539.2240
Hex3E408E383702Cee2728
Octal7610021670670543564750
Binary111110100000010001110111000110111010110011101110100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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