COLOR #2E1993

HEX: #2E1993
RGB: (46,25,147)

Color info

#2E1993 contains mainly blue color. Web safe color of #2E1993 is #330099 (or #309).

RGB color model

#2E1993 color RGB value is (46,25,147).

  • red value is 46;
  • green value is 25;
  • blue value is 147.
RGB:
(46,25,147)
(18%,10%,58%)

RGB channels and saturation

R 46 of 255 = 18%
G 25 of 255 = 10%
B 147 of 255 = 58%

46
25
147

R + G + B ~ 29%. #2E1993 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 25 + 147 = 218 (100%)
R 46 of 218 ~ 21.1%
G 25 of 218 ~ 11.47%
B 147 of 218 ~ 67.43%

%21.1
%11.47
%67.43

CMYK color model

#2E1993 color CMYK value is (69,83,0,42).

  • cyan value is 68.71%
  • magenta value is 82.99%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(69,83,0,42)
C69M83Y0K42 
(69%,83%,0%,42%)
(0.69/0.83/0.00/0.42)	

CMYK percentages

%68.71
%82.99
%0
%42.35

Codes

Color #2E1993 in popluar color models

2E1993
RGB4625147
HSL250°70.93%33.73%
HSB/HSV250°82.99%57.65%
CMYK68.71%82.99%0.00%
42.35%

Color #2E1993 in popluar number systems.

HEX2E1993
Decimal4625147
Binary1011101100110010011
Octal5631223

Shades and tints

Shades of #2E1993

#2E1993
(46,25,147)
#2A1786
(42,23,134)
#261579
(38,21,121)
#22136C
(34,19,108)
#1E115F
(30,17,95)
#1A0F52
(26,15,82)
#160D45
(22,13,69)
#120B38
(18,11,56)
#0E092B
(14,9,43)
#0A071E
(10,7,30)
#060511
(6,5,17)
#000000
(0,0,0)

Tints of #2E1993

#2E1993
(46,25,147)
#412D9C
(65,45,156)
#5441A5
(84,65,165)
#6755AE
(103,85,174)
#7A69B7
(122,105,183)
#8D7DC0
(141,125,192)
#A091C9
(160,145,201)
#B3A5D2
(179,165,210)
#C6B9DB
(198,185,219)
#D9CDE4
(217,205,228)
#ECE1ED
(236,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E1993 color. Also use rgb(46,25,147) instead hex code.

Text Font Color

.myTextColor { color: #2E1993; }

<p style="color:#2E1993">This sample text font color is #2E1993.</p>

This text font color is #2E1993.


Background Color

.myBgColor { background-color: #2E1993; }

<div style="background-color:#2E1993">Inner text</div>

This div background color is #2E1993.


Border color

.myBorderColor { border: 1px solid #2E1993; }

<div style="border:3px solid #2E1993">Div</div>

This div border color is #2E1993.


Opacity

.myOpacity80 { color: #2E1993; opacity: 0.8; }

<p style="color:#2E1993;opacity:0.8;">80%</p>

Text with #2E1993 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #2E1993;}

<p style="text-shadow: 3px 3px 1px #2E1993">Text here.</p>

This text has shadow with #2E1993 color.

.textShadow {text-shadow: 3px 3px 1px #2E1993, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #2E1993, 5px 5px 20px red">Text here.</p>

This text has shadow with #2E1993 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#2E1993, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#2E1993, Direction=45, Strength=4)">Text</p>

This text has shadow with #2E1993 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #2E1993;
  -webkit-box-shadow:	1px 1px 3px 2px #2E1993;
  box-shadow:		1px 1px 3px 2px #2E1993;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #2E1993;
-webkit-box-shadow: 1px 1px 3px 2px #2E1993;
box-shadow:1px 1px 3px 2px #2E1993;">
Div content here</div>
This div box has shadow with color #2E1993.

Preview

Color preview on black background

This text has color #2E1993 on black background.


Color preview on white background

This text has color #2E1993 on white background.



Black color preview on #2E1993 background

This text has black color on #2E1993 background.


White color preview on #2E1993 background

This text has white color on #2E1993 background.