#2E2B87

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

Shades of Jacksons Purple #2E2B87

Tints of Jacksons Purple #2E2B87

Color information

#2E2B87 (or 0x2E2B87) is unknown color: approx Jacksons Purple. HEX triplet: 2E, 2B and 87. RGB value is (46,43,135). Sum of RGB (Red+Green+Blue) = 46+43+135=224 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.54% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 135 (53.12% from 255 or 60.27% from 224); Max value from RGB is 135 - color contains mainly: blue. Hex color #2E2B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2B87 is #D1D478. Grayscale: #363636. Windows color (decimal): -13751417 or 8858414. OLE color: 8858414.

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

Color convert

RGB4643135-
CMYK0.660.6800.47
HSL241.96º51.69%34.9%-
HSV(B)241.96º68.15%52.94%-
XYZ6.364.0623.37-
YUV54.38173.49122.02-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.54%
GREEN value IS 43 (17.19% from 255) = 19.20%
BLUE value IS 135 (53.12% from 255) = 60.27%
R=20.54%
G=19.20%
B=60.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal46431350.660.6800.47241.9651.6934.9
Hex2E2B87424402Ff23423
Octal56532071021040573626443
Binary1011101010111000011110000101000100010111111110010110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,43,135); }

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

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

 a { background-color: rgb(46,43,135); }

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

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

 span { border-color: rgb(46,43,135); }

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