#2E278E

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

Shades of Jacksons Purple #2E278E

Tints of Jacksons Purple #2E278E

Color information

#2E278E (or 0x2E278E) is unknown color: approx Jacksons Purple. HEX triplet: 2E, 27 and 8E. RGB value is (46,39,142). Sum of RGB (Red+Green+Blue) = 46+39+142=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 142 (55.86% from 255 or 62.56% from 227); Max value from RGB is 142 - color contains mainly: blue. Hex color #2E278E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E278E is #D1D871. Grayscale: #343434. Windows color (decimal): -13752434 or 9316142. OLE color: 9316142.

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

Color convert

RGB4639142-
CMYK0.680.7300.44
HSL244.08º56.91%35.49%-
HSV(B)244.08º72.54%55.69%-
XYZ6.733.9826.01-
YUV52.83178.32123.12-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.26%
GREEN value IS 39 (15.62% from 255) = 17.18%
BLUE value IS 142 (55.86% from 255) = 62.56%
R=20.26%
G=17.18%
B=62.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal46391420.680.7300.44244.0856.9135.49
Hex2E278E444902Cf43923
Octal56472161041110543647143
Binary1011101001111000111010001001001001010110011110100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E278E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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