#2E298C

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

Shades of Jacksons Purple #2E298C

Tints of Jacksons Purple #2E298C

Color information

#2E298C (or 0x2E298C) is unknown color: approx Jacksons Purple. HEX triplet: 2E, 29 and 8C. RGB value is (46,41,140). Sum of RGB (Red+Green+Blue) = 46+41+140=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 140 (55.08% from 255 or 61.67% from 227); Max value from RGB is 140 - color contains mainly: blue. Hex color #2E298C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E298C is #D1D673. Grayscale: #353535. Windows color (decimal): -13751924 or 9185582. OLE color: 9185582.

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

Color convert

RGB4641140-
CMYK0.670.7100.45
HSL243.03º54.7%35.49%-
HSV(B)243.03º70.71%54.9%-
XYZ6.654.0625.24-
YUV53.78176.66122.45-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.26%
GREEN value IS 41 (16.41% from 255) = 18.06%
BLUE value IS 140 (55.08% from 255) = 61.67%
R=20.26%
G=18.06%
B=61.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal46411400.670.7100.45243.0354.735.49
Hex2E298C434702Df33723
Octal56512141031070553636743
Binary1011101010011000110010000111000111010110111110011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E298C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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