#2E3696

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

Shades of Jacksons Purple #2E3696

Tints of Jacksons Purple #2E3696

Color information

#2E3696 (or 0x2E3696) is unknown color: approx Jacksons Purple. HEX triplet: 2E, 36 and 96. RGB value is (46,54,150). Sum of RGB (Red+Green+Blue) = 46+54+150=250 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.4% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 150 (58.98% from 255 or 60% from 250); Max value from RGB is 150 - color contains mainly: blue. Hex color #2E3696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3696 is #D1C969. Grayscale: #3E3E3E. Windows color (decimal): -13748586 or 9844270. OLE color: 9844270.

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

Color convert

RGB4654150-
CMYK0.690.6400.41
HSL235.38º53.06%38.43%-
HSV(B)235.38º69.33%58.82%-
XYZ7.955.4229.48-
YUV62.55177.35116.19-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.4%
GREEN value IS 54 (21.48% from 255) = 21.6%
BLUE value IS 150 (58.98% from 255) = 60%
R=18.4%
G=21.6%
B=60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal46541500.690.6400.41235.3853.0638.43
Hex2E36964540029eb3526
Octal56662261051000513536546
Binary1011101101101001011010001011000000010100111101011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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