#2E3797

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

Shades of Jacksons Purple #2E3797

Tints of Jacksons Purple #2E3797

Color information

#2E3797 (or 0x2E3797) is unknown color: approx Jacksons Purple. HEX triplet: 2E, 37 and 97. RGB value is (46,55,151). Sum of RGB (Red+Green+Blue) = 46+55+151=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 151 (59.38% from 255 or 59.92% from 252); Max value from RGB is 151 - color contains mainly: blue. Hex color #2E3797 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3797 is #D1C868. Grayscale: #3E3E3E. Windows color (decimal): -13748329 or 9910062. OLE color: 9910062.

HSL color Cylindrical-coordinate representation of color #2E3797: hue angle of 234.86º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E3797 is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4655151-
CMYK0.700.6400.41
HSL234.86º53.3%38.63%-
HSV(B)234.86º69.54%59.22%-
XYZ8.085.5529.92-
YUV63.25177.52115.69-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.25%
GREEN value IS 55 (21.88% from 255) = 21.83%
BLUE value IS 151 (59.38% from 255) = 59.92%
R=18.25%
G=21.83%
B=59.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal46551510.700.6400.41234.8653.338.63
Hex2E37974640029eb3527
Octal56672271061000513536547
Binary1011101101111001011110001101000000010100111101011110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,55,151); }

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

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

 a { background-color: rgb(46,55,151); }

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

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

 span { border-color: rgb(46,55,151); }

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