COLOR #2E1559

HEX: #2E1559
RGB: (46,21,89)

Color info

#2E1559 contains mainly red and blue colors. Web safe color of #2E1559 is #330066 (or #306).

RGB color model

#2E1559 color RGB value is (46,21,89).

  • red value is 46;
  • green value is 21;
  • blue value is 89.
RGB:
(46,21,89)
(18%,8%,35%)

RGB channels and saturation

R 46 of 255 = 18%
G 21 of 255 = 8%
B 89 of 255 = 35%

46
21
89

R + G + B ~ 20%. #2E1559 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 21 + 89 = 156 (100%)
R 46 of 156 ~ 29.49%
G 21 of 156 ~ 13.46%
B 89 of 156 ~ 57.05%

%29.49
%13.46
%57.05

CMYK color model

#2E1559 color CMYK value is (48,76,0,65).

  • cyan value is 48.31%
  • magenta value is 76.40%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(48,76,0,65)
C48M76Y0K65 
(48%,76%,0%,65%)
(0.48/0.76/0.00/0.65)	

CMYK percentages

%48.31
%76.4
%0
%65.1

Codes

Color #2E1559 in popluar color models

2E1559
RGB462189
HSL262°61.82%21.57%
HSB/HSV262°76.40%34.90%
CMYK48.31%76.40%0.00%
65.10%

Color #2E1559 in popluar number systems.

HEX2E1559
Decimal462189
Binary101110101011011001
Octal5625131

Shades and tints

Shades of #2E1559

#2E1559
(46,21,89)
#2A1451
(42,20,81)
#261349
(38,19,73)
#221241
(34,18,65)
#1E1139
(30,17,57)
#1A1031
(26,16,49)
#160F29
(22,15,41)
#120E21
(18,14,33)
#0E0D19
(14,13,25)
#0A0C11
(10,12,17)
#060B09
(6,11,9)
#000000
(0,0,0)

Tints of #2E1559

#2E1559
(46,21,89)
#412A68
(65,42,104)
#543F77
(84,63,119)
#675486
(103,84,134)
#7A6995
(122,105,149)
#8D7EA4
(141,126,164)
#A093B3
(160,147,179)
#B3A8C2
(179,168,194)
#C6BDD1
(198,189,209)
#D9D2E0
(217,210,224)
#ECE7EF
(236,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E1559 color. Also use rgb(46,21,89) instead hex code.

Text Font Color

.myTextColor { color: #2E1559; }

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

This text font color is #2E1559.


Background Color

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

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

This div background color is #2E1559.


Border color

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

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

This div border color is #2E1559.


Opacity

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

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

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

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

This text has shadow with #2E1559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1559 on black background.


Color preview on white background

This text has color #2E1559 on white background.



Black color preview on #2E1559 background

This text has black color on #2E1559 background.


White color preview on #2E1559 background

This text has white color on #2E1559 background.