#3E3879

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

Shades of Jacksons Purple #3E3879

Tints of Jacksons Purple #3E3879

Color information

#3E3879 (or 0x3E3879) is unknown color: approx Jacksons Purple. HEX triplet: 3E, 38 and 79. RGB value is (62,56,121). Sum of RGB (Red+Green+Blue) = 62+56+121=239 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.94% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 121 (47.66% from 255 or 50.63% from 239); Max value from RGB is 121 - color contains mainly: blue. Hex color #3E3879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3879 is #C1C786. Grayscale: #404040. Windows color (decimal): -12699527 or 7944254. OLE color: 7944254.

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

Color convert

RGB6256121-
CMYK0.490.5400.53
HSL245.54º36.72%34.71%-
HSV(B)245.54º53.72%47.45%-
XYZ6.855.2318.74-
YUV65.2159.49125.71-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.94%
GREEN value IS 56 (22.27% from 255) = 23.43%
BLUE value IS 121 (47.66% from 255) = 50.63%
R=25.94%
G=23.43%
B=50.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal62561210.490.5400.53245.5436.7234.71
Hex3E38793136035f62523
Octal767017161660653664543
Binary1111101110001111001110001110110011010111110110100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,56,121); }

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

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

 a { background-color: rgb(62,56,121); }

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

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

 span { border-color: rgb(62,56,121); }

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