#2E2785

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

Shades of Jacksons Purple #2E2785

Tints of Jacksons Purple #2E2785

Color information

#2E2785 (or 0x2E2785) is unknown color: approx Jacksons Purple. HEX triplet: 2E, 27 and 85. RGB value is (46,39,133). Sum of RGB (Red+Green+Blue) = 46+39+133=218 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.10% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 133 (52.34% from 255 or 61.01% from 218); Max value from RGB is 133 - color contains mainly: blue. Hex color #2E2785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2785 is #D1D87A. Grayscale: #333333. Windows color (decimal): -13752443 or 8726318. OLE color: 8726318.

HSL color Cylindrical-coordinate representation of color #2E2785: hue angle of 244.47º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E2785 is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4639133-
CMYK0.650.7100.48
HSL244.47º54.65%33.73%-
HSV(B)244.47º70.68%52.16%-
XYZ6.093.7322.59-
YUV51.81173.82123.86-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.10%
GREEN value IS 39 (15.62% from 255) = 17.89%
BLUE value IS 133 (52.34% from 255) = 61.01%
R=21.10%
G=17.89%
B=61.01%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal46391330.650.7100.48244.4754.6533.73
Hex2E27854147030f43722
Octal56472051011070603646742
Binary1011101001111000010110000011000111011000011110100110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,39,133); }

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

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

 a { background-color: rgb(46,39,133); }

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

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

 span { border-color: rgb(46,39,133); }

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