#2E3895

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

Shades of Jacksons Purple #2E3895

Tints of Jacksons Purple #2E3895

Color information

#2E3895 (or 0x2E3895) is unknown color: approx Jacksons Purple. HEX triplet: 2E, 38 and 95. RGB value is (46,56,149). Sum of RGB (Red+Green+Blue) = 46+56+149=251 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.33% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #2E3895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3895 is #D1C76A. Grayscale: #3F3F3F. Windows color (decimal): -13748075 or 9779246. OLE color: 9779246.

HSL color Cylindrical-coordinate representation of color #2E3895: hue angle of 234.17º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E3895 is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4656149-
CMYK0.690.6200.42
HSL234.17º52.82%38.24%-
HSV(B)234.17º69.13%58.43%-
XYZ7.975.5829.09-
YUV63.61176.19115.44-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.33%
GREEN value IS 56 (22.27% from 255) = 22.31%
BLUE value IS 149 (58.59% from 255) = 59.36%
R=18.33%
G=22.31%
B=59.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46561490.690.6200.42234.1752.8238.24
Hex2E3895453E02Aea3526
Octal5670225105760523526546
Binary101110111000100101011000101111110010101011101010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,56,149); }

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

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

 a { background-color: rgb(46,56,149); }

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

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

 span { border-color: rgb(46,56,149); }

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