#3E3676

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

Shades of Jacksons Purple #3E3676

Tints of Jacksons Purple #3E3676

Color information

#3E3676 (or 0x3E3676) is unknown color: approx Jacksons Purple. HEX triplet: 3E, 36 and 76. RGB value is (62,54,118). Sum of RGB (Red+Green+Blue) = 62+54+118=234 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.50% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #3E3676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3676 is #C1C989. Grayscale: #3F3F3F. Windows color (decimal): -12700042 or 7747134. OLE color: 7747134.

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

Color convert

RGB6254118-
CMYK0.470.5400.54
HSL247.5º37.21%33.73%-
HSV(B)247.5º54.24%46.27%-
XYZ6.584.9717.75-
YUV63.69158.65126.8-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.50%
GREEN value IS 54 (21.48% from 255) = 23.08%
BLUE value IS 118 (46.48% from 255) = 50.43%
R=26.50%
G=23.08%
B=50.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal62541180.470.5400.54247.537.2133.73
Hex3E36762F36036f82522
Octal766616657660663704542
Binary1111101101101110110101111110110011011011111000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,54,118); }

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

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

 a { background-color: rgb(62,54,118); }

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

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

 span { border-color: rgb(62,54,118); }

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