COLOR #2E1295

HEX: #2E1295
RGB: (46,18,149)

Color info

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

RGB color model

#2E1295 color RGB value is (46,18,149).

  • red value is 46;
  • green value is 18;
  • blue value is 149.
RGB:
(46,18,149)
(18%,7%,58%)

RGB channels and saturation

R 46 of 255 = 18%
G 18 of 255 = 7%
B 149 of 255 = 58%

46
18
149

R + G + B ~ 28%. #2E1295 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 18 + 149 = 213 (100%)
R 46 of 213 ~ 21.6%
G 18 of 213 ~ 8.45%
B 149 of 213 ~ 69.95%

%21.6
%69.95

CMYK color model

#2E1295 color CMYK value is (69,88,0,42).

  • cyan value is 69.13%
  • magenta value is 87.92%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(69,88,0,42)
C69M88Y0K42 
(69%,88%,0%,42%)
(0.69/0.88/0.00/0.42)	

CMYK percentages

%69.13
%87.92
%0
%41.57

Codes

Color #2E1295 in popluar color models

2E1295
RGB4618149
HSL253°78.44%32.75%
HSB/HSV253°87.92%58.43%
CMYK69.13%87.92%0.00%
41.57%

Color #2E1295 in popluar number systems.

HEX2E1295
Decimal4618149
Binary1011101001010010101
Octal5622225

Shades and tints

Shades of #2E1295

#2E1295
(46,18,149)
#2A1188
(42,17,136)
#26107B
(38,16,123)
#220F6E
(34,15,110)
#1E0E61
(30,14,97)
#1A0D54
(26,13,84)
#160C47
(22,12,71)
#120B3A
(18,11,58)
#0E0A2D
(14,10,45)
#0A0920
(10,9,32)
#060813
(6,8,19)
#000000
(0,0,0)

Tints of #2E1295

#2E1295
(46,18,149)
#41279E
(65,39,158)
#543CA7
(84,60,167)
#6751B0
(103,81,176)
#7A66B9
(122,102,185)
#8D7BC2
(141,123,194)
#A090CB
(160,144,203)
#B3A5D4
(179,165,212)
#C6BADD
(198,186,221)
#D9CFE6
(217,207,230)
#ECE4EF
(236,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E1295 color. Also use rgb(46,18,149) instead hex code.

Text Font Color

.myTextColor { color: #2E1295; }

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

This text font color is #2E1295.


Background Color

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

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

This div background color is #2E1295.


Border color

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

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

This div border color is #2E1295.


Opacity

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

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

Text with #2E1295 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 #2E1295;}

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

This text has shadow with #2E1295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1295 on black background.


Color preview on white background

This text has color #2E1295 on white background.



Black color preview on #2E1295 background

This text has black color on #2E1295 background.


White color preview on #2E1295 background

This text has white color on #2E1295 background.