#2E328B

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

Shades of Jacksons Purple #2E328B

Tints of Jacksons Purple #2E328B

Color information

#2E328B (or 0x2E328B) is unknown color: approx Jacksons Purple. HEX triplet: 2E, 32 and 8B. RGB value is (46,50,139). Sum of RGB (Red+Green+Blue) = 46+50+139=235 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.57% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 139 (54.69% from 255 or 59.15% from 235); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E328B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E328B is #D1CD74. Grayscale: #3A3A3A. Windows color (decimal): -13749621 or 9122350. OLE color: 9122350.

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

Color convert

RGB4650139-
CMYK0.670.6400.45
HSL237.42º50.27%36.27%-
HSV(B)237.42º66.91%54.51%-
XYZ6.934.7324.97-
YUV58.95173.17118.76-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.57%
GREEN value IS 50 (19.92% from 255) = 21.28%
BLUE value IS 139 (54.69% from 255) = 59.15%
R=19.57%
G=21.28%
B=59.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal46501390.670.6400.45237.4250.2736.27
Hex2E328B434002Ded3224
Octal56622131031000553556244
Binary1011101100101000101110000111000000010110111101101110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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