#3E418E

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

Shades of Jacksons Purple #3E418E

Tints of Jacksons Purple #3E418E

Color information

#3E418E (or 0x3E418E) is unknown color: approx Jacksons Purple. HEX triplet: 3E, 41 and 8E. RGB value is (62,65,142). Sum of RGB (Red+Green+Blue) = 62+65+142=269 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.05% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 142 (55.86% from 255 or 52.79% from 269); Max value from RGB is 142 - color contains mainly: blue. Hex color #3E418E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E418E is #C1BE71. Grayscale: #484848. Windows color (decimal): -12697202 or 9322814. OLE color: 9322814.

HSL color Cylindrical-coordinate representation of color #3E418E: hue angle of 237.75º 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 #3E418E is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6265142-
CMYK0.560.5400.44
HSL237.75º39.22%40%-
HSV(B)237.75º56.34%55.69%-
XYZ8.766.7626.43-
YUV72.88167.01120.24-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.05%
GREEN value IS 65 (25.78% from 255) = 24.16%
BLUE value IS 142 (55.86% from 255) = 52.79%
R=23.05%
G=24.16%
B=52.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal62651420.560.5400.44237.7539.2240
Hex3E418E383602Cee2728
Octal7610121670660543564750
Binary111110100000110001110111000110110010110011101110100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E418E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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