#2E3496

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

Shades of Jacksons Purple #2E3496

Tints of Jacksons Purple #2E3496

Color information

#2E3496 (or 0x2E3496) is unknown color: approx Jacksons Purple. HEX triplet: 2E, 34 and 96. RGB value is (46,52,150). Sum of RGB (Red+Green+Blue) = 46+52+150=248 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.55% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 150 (58.98% from 255 or 60.48% from 248); Max value from RGB is 150 - color contains mainly: blue. Hex color #2E3496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3496 is #D1CB69. Grayscale: #3C3C3C. Windows color (decimal): -13749098 or 9843758. OLE color: 9843758.

HSL color Cylindrical-coordinate representation of color #2E3496: hue angle of 236.54º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E3496 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4652150-
CMYK0.690.6500.41
HSL236.54º53.06%38.43%-
HSV(B)236.54º69.33%58.82%-
XYZ7.865.2429.45-
YUV61.38178.01117.03-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.55%
GREEN value IS 52 (20.70% from 255) = 20.97%
BLUE value IS 150 (58.98% from 255) = 60.48%
R=18.55%
G=20.97%
B=60.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal46521500.690.6500.41236.5453.0638.43
Hex2E34964541029ed3526
Octal56642261051010513556546
Binary1011101101001001011010001011000001010100111101101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,52,150); }

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

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

 a { background-color: rgb(46,52,150); }

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

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

 span { border-color: rgb(46,52,150); }

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