#3E4384

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

Shades of Jacksons Purple #3E4384

Tints of Jacksons Purple #3E4384

Color information

#3E4384 (or 0x3E4384) is unknown color: approx Jacksons Purple. HEX triplet: 3E, 43 and 84. RGB value is (62,67,132). Sum of RGB (Red+Green+Blue) = 62+67+132=261 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.75% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #3E4384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4384 is #C1BC7B. Grayscale: #484848. Windows color (decimal): -12696700 or 8667966. OLE color: 8667966.

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

Color convert

RGB6267132-
CMYK0.530.4900.48
HSL235.71º36.08%38.04%-
HSV(B)235.71º53.03%51.76%-
XYZ8.166.722.69-
YUV72.92161.34120.21-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.75%
GREEN value IS 67 (26.56% from 255) = 25.67%
BLUE value IS 132 (51.95% from 255) = 50.57%
R=23.75%
G=25.67%
B=50.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal62671320.530.4900.48235.7136.0838.04
Hex3E43843531030ec2426
Octal7610320465610603544446
Binary111110100001110000100110101110001011000011101100100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,67,132); }

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

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

 a { background-color: rgb(62,67,132); }

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

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

 span { border-color: rgb(62,67,132); }

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