#3E3D78

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

Shades of Jacksons Purple #3E3D78

Tints of Jacksons Purple #3E3D78

Color information

#3E3D78 (or 0x3E3D78) is unknown color: approx Jacksons Purple. HEX triplet: 3E, 3D and 78. RGB value is (62,61,120). Sum of RGB (Red+Green+Blue) = 62+61+120=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 120 (47.27% from 255 or 49.38% from 243); Max value from RGB is 120 - color contains mainly: blue. Hex color #3E3D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3D78 is #C1C287. Grayscale: #434343. Windows color (decimal): -12698248 or 7879998. OLE color: 7879998.

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

Color convert

RGB6261120-
CMYK0.480.4900.53
HSL241.02º32.6%35.49%-
HSV(B)241.02º49.17%47.06%-
XYZ7.055.7218.5-
YUV68.03157.33123.7-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.51%
GREEN value IS 61 (24.22% from 255) = 25.10%
BLUE value IS 120 (47.27% from 255) = 49.38%
R=25.51%
G=25.10%
B=49.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal62611200.480.4900.53241.0232.635.49
Hex3E3D783031035f12123
Octal767517060610653614143
Binary1111101111011111000110000110001011010111110001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,61,120); }

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

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

 a { background-color: rgb(62,61,120); }

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

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

 span { border-color: rgb(62,61,120); }

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