#2E378D

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

Shades of Jacksons Purple #2E378D

Tints of Jacksons Purple #2E378D

Color information

#2E378D (or 0x2E378D) is unknown color: approx Jacksons Purple. HEX triplet: 2E, 37 and 8D. RGB value is (46,55,141). Sum of RGB (Red+Green+Blue) = 46+55+141=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 141 (55.47% from 255 or 58.26% from 242); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E378D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E378D is #D1C872. Grayscale: #3D3D3D. Windows color (decimal): -13748339 or 9254702. OLE color: 9254702.

HSL color Cylindrical-coordinate representation of color #2E378D: hue angle of 234.32º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E378D is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4655141-
CMYK0.670.6100.45
HSL234.32º50.8%36.67%-
HSV(B)234.32º67.38%55.29%-
XYZ7.35.2425.83-
YUV62.11172.52116.51-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.01%
GREEN value IS 55 (21.88% from 255) = 22.73%
BLUE value IS 141 (55.47% from 255) = 58.26%
R=19.01%
G=22.73%
B=58.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal46551410.670.6100.45234.3250.836.67
Hex2E378D433D02Dea3325
Octal5667215103750553526345
Binary101110110111100011011000011111101010110111101010110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E378D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,55,141); }

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

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

 a { background-color: rgb(46,55,141); }

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

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

 span { border-color: rgb(46,55,141); }

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