#2E398C

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

Shades of Jacksons Purple #2E398C

Tints of Jacksons Purple #2E398C

Color information

#2E398C (or 0x2E398C) is unknown color: approx Jacksons Purple. HEX triplet: 2E, 39 and 8C. RGB value is (46,57,140). Sum of RGB (Red+Green+Blue) = 46+57+140=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 140 (55.08% from 255 or 57.61% from 243); Max value from RGB is 140 - color contains mainly: blue. Hex color #2E398C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E398C is #D1C673. Grayscale: #3E3E3E. Windows color (decimal): -13747828 or 9189678. OLE color: 9189678.

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

Color convert

RGB4657140-
CMYK0.670.5900.45
HSL232.98º50.54%36.47%-
HSV(B)232.98º67.14%54.9%-
XYZ7.325.425.47-
YUV63.17171.36115.75-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.93%
GREEN value IS 57 (22.66% from 255) = 23.46%
BLUE value IS 140 (55.08% from 255) = 57.61%
R=18.93%
G=23.46%
B=57.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal46571400.670.5900.45232.9850.5436.47
Hex2E398C433B02De93324
Octal5671214103730553516344
Binary101110111001100011001000011111011010110111101001110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E398C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,57,140); }

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

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

 a { background-color: rgb(46,57,140); }

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

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

 span { border-color: rgb(46,57,140); }

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