#2E288E

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

Shades of Jacksons Purple #2E288E

Tints of Jacksons Purple #2E288E

Color information

#2E288E (or 0x2E288E) is unknown color: approx Jacksons Purple. HEX triplet: 2E, 28 and 8E. RGB value is (46,40,142). Sum of RGB (Red+Green+Blue) = 46+40+142=228 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.18% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 142 (55.86% from 255 or 62.28% from 228); Max value from RGB is 142 - color contains mainly: blue. Hex color #2E288E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E288E is #D1D771. Grayscale: #353535. Windows color (decimal): -13752178 or 9316398. OLE color: 9316398.

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

Color convert

RGB4640142-
CMYK0.680.7200.44
HSL243.53º56.04%35.69%-
HSV(B)243.53º71.83%55.69%-
XYZ6.774.0526.02-
YUV53.42177.99122.71-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.18%
GREEN value IS 40 (16.02% from 255) = 17.54%
BLUE value IS 142 (55.86% from 255) = 62.28%
R=20.18%
G=17.54%
B=62.28%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal46401420.680.7200.44243.5356.0435.69
Hex2E288E444802Cf43824
Octal56502161041100543647044
Binary1011101010001000111010001001001000010110011110100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,40,142); }

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

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

 a { background-color: rgb(46,40,142); }

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

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

 span { border-color: rgb(46,40,142); }

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