#2E3A8A

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

Shades of Jacksons Purple #2E3A8A

Tints of Jacksons Purple #2E3A8A

Color information

#2E3A8A (or 0x2E3A8A) is unknown color: approx Jacksons Purple. HEX triplet: 2E, 3A and 8A. RGB value is (46,58,138). Sum of RGB (Red+Green+Blue) = 46+58+138=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 138 (54.30% from 255 or 57.02% from 242); Max value from RGB is 138 - color contains mainly: blue. Hex color #2E3A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3A8A is #D1C575. Grayscale: #3F3F3F. Windows color (decimal): -13747574 or 9058862. OLE color: 9058862.

HSL color Cylindrical-coordinate representation of color #2E3A8A: hue angle of 232.17º 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 #2E3A8A is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4658138-
CMYK0.670.5800.46
HSL232.17º50%36.08%-
HSV(B)232.17º66.67%54.12%-
XYZ7.235.4424.71-
YUV63.53170.02115.5-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.01%
GREEN value IS 58 (23.05% from 255) = 23.97%
BLUE value IS 138 (54.30% from 255) = 57.02%
R=19.01%
G=23.97%
B=57.02%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal46581380.670.5800.46232.175036.08
Hex2E3A8A433A02Ee83224
Octal5672212103720563506244
Binary101110111010100010101000011111010010111011101000110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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