#3E4584

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

Shades of Jacksons Purple #3E4584

Tints of Jacksons Purple #3E4584

Color information

#3E4584 (or 0x3E4584) is unknown color: approx Jacksons Purple. HEX triplet: 3E, 45 and 84. RGB value is (62,69,132). Sum of RGB (Red+Green+Blue) = 62+69+132=263 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.57% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 132 (51.95% from 255 or 50.19% from 263); Max value from RGB is 132 - color contains mainly: blue. Hex color #3E4584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4584 is #C1BA7B. Grayscale: #494949. Windows color (decimal): -12696188 or 8668478. OLE color: 8668478.

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

Color convert

RGB6269132-
CMYK0.530.4800.48
HSL234º36.08%38.04%-
HSV(B)234º53.03%51.76%-
XYZ8.286.9522.73-
YUV74.09160.68119.38-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.57%
GREEN value IS 69 (27.34% from 255) = 26.24%
BLUE value IS 132 (51.95% from 255) = 50.19%
R=23.57%
G=26.24%
B=50.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal62691320.530.4800.4823436.0838.04
Hex3E45843530030ea2426
Octal7610520465600603524446
Binary111110100010110000100110101110000011000011101010100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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