#2E2991

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

Shades of Jacksons Purple #2E2991

Tints of Jacksons Purple #2E2991

Color information

#2E2991 (or 0x2E2991) is unknown color: approx Jacksons Purple. HEX triplet: 2E, 29 and 91. RGB value is (46,41,145). Sum of RGB (Red+Green+Blue) = 46+41+145=232 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.83% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 145 (57.03% from 255 or 62.5% from 232); Max value from RGB is 145 - color contains mainly: blue. Hex color #2E2991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2991 is #D1D66E. Grayscale: #353535. Windows color (decimal): -13751919 or 9513262. OLE color: 9513262.

HSL color Cylindrical-coordinate representation of color #2E2991: hue angle of 242.88º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E2991 is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4641145-
CMYK0.680.7200.43
HSL242.88º55.91%36.47%-
HSV(B)242.88º71.72%56.86%-
XYZ7.034.2127.23-
YUV54.35179.16122.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.83%
GREEN value IS 41 (16.41% from 255) = 17.67%
BLUE value IS 145 (57.03% from 255) = 62.5%
R=19.83%
G=17.67%
B=62.5%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal46411450.680.7200.43242.8855.9136.47
Hex2E2991444802Bf33824
Octal56512211041100533637044
Binary1011101010011001000110001001001000010101111110011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,41,145); }

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

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

 a { background-color: rgb(46,41,145); }

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

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

 span { border-color: rgb(46,41,145); }

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