#2E3688

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

Shades of Jacksons Purple #2E3688

Tints of Jacksons Purple #2E3688

Color information

#2E3688 (or 0x2E3688) is unknown color: approx Jacksons Purple. HEX triplet: 2E, 36 and 88. RGB value is (46,54,136). Sum of RGB (Red+Green+Blue) = 46+54+136=236 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.49% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 136 (53.52% from 255 or 57.63% from 236); Max value from RGB is 136 - color contains mainly: blue. Hex color #2E3688 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3688 is #D1C977. Grayscale: #3C3C3C. Windows color (decimal): -13748600 or 8926766. OLE color: 8926766.

HSL color Cylindrical-coordinate representation of color #2E3688: hue angle of 234.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E3688 is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4654136-
CMYK0.660.6000.47
HSL234.67º49.45%35.69%-
HSV(B)234.67º66.18%53.33%-
XYZ6.89523.89-
YUV60.96170.35117.33-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.49%
GREEN value IS 54 (21.48% from 255) = 22.88%
BLUE value IS 136 (53.52% from 255) = 57.63%
R=19.49%
G=22.88%
B=57.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal46541360.660.6000.47234.6749.4535.69
Hex2E3688423C02Feb3124
Octal5666210102740573536144
Binary101110110110100010001000010111100010111111101011110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,54,136); }

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

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

 a { background-color: rgb(46,54,136); }

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

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

 span { border-color: rgb(46,54,136); }

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