COLOR #211171

HEX: #211171
RGB: (33,17,113)

Color info

#211171 contains mainly blue color. Web safe color of #211171 is #330066 (or #306).

RGB color model

#211171 color RGB value is (33,17,113).

  • red value is 33;
  • green value is 17;
  • blue value is 113.
RGB:
(33,17,113)
(13%,7%,44%)

RGB channels and saturation

R 33 of 255 = 13%
G 17 of 255 = 7%
B 113 of 255 = 44%

33
17
113

R + G + B ~ 21%. #211171 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 17 + 113 = 163 (100%)
R 33 of 163 ~ 20.25%
G 17 of 163 ~ 10.43%
B 113 of 163 ~ 69.33%

%20.25
%10.43
%69.33

CMYK color model

#211171 color CMYK value is (71,85,0,56).

  • cyan value is 70.80%
  • magenta value is 84.96%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(71,85,0,56)
C71M85Y0K56 
(71%,85%,0%,56%)
(0.71/0.85/0.00/0.56)	

CMYK percentages

%70.8
%84.96
%0
%55.69

Codes

Color #211171 in popluar color models

211171
RGB3317113
HSL250°73.85%25.49%
HSB/HSV250°84.96%44.31%
CMYK70.80%84.96%0.00%
55.69%

Color #211171 in popluar number systems.

HEX211171
Decimal3317113
Binary100001100011110001
Octal4121161

Shades and tints

Shades of #211171

#211171
(33,17,113)
#1E1067
(30,16,103)
#1B0F5D
(27,15,93)
#180E53
(24,14,83)
#150D49
(21,13,73)
#120C3F
(18,12,63)
#0F0B35
(15,11,53)
#0C0A2B
(12,10,43)
#090921
(9,9,33)
#060817
(6,8,23)
#03070D
(3,7,13)
#000000
(0,0,0)

Tints of #211171

#211171
(33,17,113)
#35267D
(53,38,125)
#493B89
(73,59,137)
#5D5095
(93,80,149)
#7165A1
(113,101,161)
#857AAD
(133,122,173)
#998FB9
(153,143,185)
#ADA4C5
(173,164,197)
#C1B9D1
(193,185,209)
#D5CEDD
(213,206,221)
#E9E3E9
(233,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #211171 color. Also use rgb(33,17,113) instead hex code.

Text Font Color

.myTextColor { color: #211171; }

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

This text font color is #211171.


Background Color

.myBgColor { background-color: #211171; }

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

This div background color is #211171.


Border color

.myBorderColor { border: 1px solid #211171; }

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

This div border color is #211171.


Opacity

.myOpacity80 { color: #211171; opacity: 0.8; }

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

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

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

This text has shadow with #211171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211171 on black background.


Color preview on white background

This text has color #211171 on white background.



Black color preview on #211171 background

This text has black color on #211171 background.


White color preview on #211171 background

This text has white color on #211171 background.