#3E4684

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

Shades of Jacksons Purple #3E4684

Tints of Jacksons Purple #3E4684

Color information

#3E4684 (or 0x3E4684) is unknown color: approx Jacksons Purple. HEX triplet: 3E, 46 and 84. RGB value is (62,70,132). Sum of RGB (Red+Green+Blue) = 62+70+132=264 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.48% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #3E4684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4684 is #C1B97B. Grayscale: #4A4A4A. Windows color (decimal): -12695932 or 8668734. OLE color: 8668734.

HSL color Cylindrical-coordinate representation of color #3E4684: hue angle of 233.14º 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 #3E4684 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6270132-
CMYK0.530.4700.48
HSL233.14º36.08%38.04%-
HSV(B)233.14º53.03%51.76%-
XYZ8.347.0722.75-
YUV74.68160.35118.96-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.48%
GREEN value IS 70 (27.73% from 255) = 26.52%
BLUE value IS 132 (51.95% from 255) = 50%
R=23.48%
G=26.52%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal62701320.530.4700.48233.1436.0838.04
Hex3E4684352F030e92426
Octal7610620465570603514446
Binary111110100011010000100110101101111011000011101001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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