#2E3289

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

Shades of Jacksons Purple #2E3289

Tints of Jacksons Purple #2E3289

Color information

#2E3289 (or 0x2E3289) is unknown color: approx Jacksons Purple. HEX triplet: 2E, 32 and 89. RGB value is (46,50,137). Sum of RGB (Red+Green+Blue) = 46+50+137=233 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.74% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 137 (53.91% from 255 or 58.80% from 233); Max value from RGB is 137 - color contains mainly: blue. Hex color #2E3289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3289 is #D1CD76. Grayscale: #3A3A3A. Windows color (decimal): -13749623 or 8991278. OLE color: 8991278.

HSL color Cylindrical-coordinate representation of color #2E3289: hue angle of 237.36º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E3289 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4650137-
CMYK0.660.6400.46
HSL237.36º49.73%35.88%-
HSV(B)237.36º66.42%53.73%-
XYZ6.784.6724.21-
YUV58.72172.17118.93-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.74%
GREEN value IS 50 (19.92% from 255) = 21.46%
BLUE value IS 137 (53.91% from 255) = 58.80%
R=19.74%
G=21.46%
B=58.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal46501370.660.6400.46237.3649.7335.88
Hex2E3289424002Eed3224
Octal56622111021000563556244
Binary1011101100101000100110000101000000010111011101101110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E3289; }

 p { color: rgb(46,50,137); }

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

<style>
 a { background-color: #2E3289; }

 a { background-color: rgb(46,50,137); }

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

<style>
 span { border-color: #2E3289; }

 span { border-color: rgb(46,50,137); }

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