#2E398A

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

Shades of Jacksons Purple #2E398A

Tints of Jacksons Purple #2E398A

Color information

#2E398A (or 0x2E398A) is unknown color: approx Jacksons Purple. HEX triplet: 2E, 39 and 8A. RGB value is (46,57,138). Sum of RGB (Red+Green+Blue) = 46+57+138=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 138 (54.30% from 255 or 57.26% from 241); Max value from RGB is 138 - color contains mainly: blue. Hex color #2E398A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E398A is #D1C675. Grayscale: #3E3E3E. Windows color (decimal): -13747830 or 9058606. OLE color: 9058606.

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

Color convert

RGB4657138-
CMYK0.670.5900.46
HSL232.83º50%36.08%-
HSV(B)232.83º66.67%54.12%-
XYZ7.185.3424.7-
YUV62.94170.36115.91-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.09%
GREEN value IS 57 (22.66% from 255) = 23.65%
BLUE value IS 138 (54.30% from 255) = 57.26%
R=19.09%
G=23.65%
B=57.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal46571380.670.5900.46232.835036.08
Hex2E398A433B02Ee93224
Octal5671212103730563516244
Binary101110111001100010101000011111011010111011101001110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E398A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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