COLOR #291B6B

HEX: #291B6B
RGB: (41,27,107)

Color info

#291B6B contains mainly blue color. Web safe color of #291B6B is #333366 (or #336).

RGB color model

#291B6B color RGB value is (41,27,107).

  • red value is 41;
  • green value is 27;
  • blue value is 107.
RGB:
(41,27,107)
(16%,11%,42%)

RGB channels and saturation

R 41 of 255 = 16%
G 27 of 255 = 11%
B 107 of 255 = 42%

41
27
107

R + G + B ~ 23%. #291B6B is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 27 + 107 = 175 (100%)
R 41 of 175 ~ 23.43%
G 27 of 175 ~ 15.43%
B 107 of 175 ~ 61.14%

%23.43
%15.43
%61.14

CMYK color model

#291B6B color CMYK value is (62,75,0,58).

  • cyan value is 61.68%
  • magenta value is 74.77%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(62,75,0,58)
C62M75Y0K58 
(62%,75%,0%,58%)
(0.62/0.75/0.00/0.58)	

CMYK percentages

%61.68
%74.77
%0
%58.04

Codes

Color #291B6B in popluar color models

291B6B
RGB4127107
HSL251°59.70%26.27%
HSB/HSV251°74.77%41.96%
CMYK61.68%74.77%0.00%
58.04%

Color #291B6B in popluar number systems.

HEX291B6B
Decimal4127107
Binary101001110111101011
Octal5133153

Shades and tints

Shades of #291B6B

#291B6B
(41,27,107)
#261962
(38,25,98)
#231759
(35,23,89)
#201550
(32,21,80)
#1D1347
(29,19,71)
#1A113E
(26,17,62)
#170F35
(23,15,53)
#140D2C
(20,13,44)
#110B23
(17,11,35)
#0E091A
(14,9,26)
#0B0711
(11,7,17)
#000000
(0,0,0)

Tints of #291B6B

#291B6B
(41,27,107)
#3C2F78
(60,47,120)
#4F4385
(79,67,133)
#625792
(98,87,146)
#756B9F
(117,107,159)
#887FAC
(136,127,172)
#9B93B9
(155,147,185)
#AEA7C6
(174,167,198)
#C1BBD3
(193,187,211)
#D4CFE0
(212,207,224)
#E7E3ED
(231,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #291B6B color. Also use rgb(41,27,107) instead hex code.

Text Font Color

.myTextColor { color: #291B6B; }

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

This text font color is #291B6B.


Background Color

.myBgColor { background-color: #291B6B; }

<div style="background-color:#291B6B">Inner text</div>

This div background color is #291B6B.


Border color

.myBorderColor { border: 1px solid #291B6B; }

<div style="border:3px solid #291B6B">Div</div>

This div border color is #291B6B.


Opacity

.myOpacity80 { color: #291B6B; opacity: 0.8; }

<p style="color:#291B6B;opacity:0.8;">80%</p>

Text with #291B6B 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 #291B6B;}

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

This text has shadow with #291B6B color.

.textShadow {text-shadow: 3px 3px 1px #291B6B, 3px 3px 1px red;}

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

This text has shadow with #291B6B primary color and red secondary color.


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

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

This text has shadow with #291B6B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #291B6B on black background.


Color preview on white background

This text has color #291B6B on white background.



Black color preview on #291B6B background

This text has black color on #291B6B background.


White color preview on #291B6B background

This text has white color on #291B6B background.