#2E358D

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

Shades of Jacksons Purple #2E358D

Tints of Jacksons Purple #2E358D

Color information

#2E358D (or 0x2E358D) is unknown color: approx Jacksons Purple. HEX triplet: 2E, 35 and 8D. RGB value is (46,53,141). Sum of RGB (Red+Green+Blue) = 46+53+141=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E358D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E358D is #D1CA72. Grayscale: #3C3C3C. Windows color (decimal): -13748851 or 9254190. OLE color: 9254190.

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

Color convert

RGB4653141-
CMYK0.670.6200.45
HSL235.58º50.8%36.67%-
HSV(B)235.58º67.38%55.29%-
XYZ7.215.0525.79-
YUV60.94173.18117.34-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.17%
GREEN value IS 53 (21.09% from 255) = 22.08%
BLUE value IS 141 (55.47% from 255) = 58.75%
R=19.17%
G=22.08%
B=58.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal46531410.670.6200.45235.5850.836.67
Hex2E358D433E02Dec3325
Octal5665215103760553546345
Binary101110110101100011011000011111110010110111101100110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E358D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,53,141); }

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

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

 a { background-color: rgb(46,53,141); }

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

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

 span { border-color: rgb(46,53,141); }

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