COLOR #211251

HEX: #211251
RGB: (33,18,81)

Color info

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

RGB color model

#211251 color RGB value is (33,18,81).

  • red value is 33;
  • green value is 18;
  • blue value is 81.
RGB:
(33,18,81)
(13%,7%,32%)

RGB channels and saturation

R 33 of 255 = 13%
G 18 of 255 = 7%
B 81 of 255 = 32%

33
18
81

R + G + B ~ 17%. #211251 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 18 + 81 = 132 (100%)
R 33 of 132 ~ 25%
G 18 of 132 ~ 13.64%
B 81 of 132 ~ 61.36%

%25
%13.64
%61.36

CMYK color model

#211251 color CMYK value is (59,78,0,68).

  • cyan value is 59.26%
  • magenta value is 77.78%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(59,78,0,68)
C59M78Y0K68 
(59%,78%,0%,68%)
(0.59/0.78/0.00/0.68)	

CMYK percentages

%59.26
%77.78
%0
%68.24

Codes

Color #211251 in popluar color models

211251
RGB331881
HSL254°63.64%19.41%
HSB/HSV254°77.78%31.76%
CMYK59.26%77.78%0.00%
68.24%

Color #211251 in popluar number systems.

HEX211251
Decimal331881
Binary100001100101010001
Octal4122121

Shades and tints

Shades of #211251

#211251
(33,18,81)
#1E114A
(30,17,74)
#1B1043
(27,16,67)
#180F3C
(24,15,60)
#150E35
(21,14,53)
#120D2E
(18,13,46)
#0F0C27
(15,12,39)
#0C0B20
(12,11,32)
#090A19
(9,10,25)
#060912
(6,9,18)
#03080B
(3,8,11)
#000000
(0,0,0)

Tints of #211251

#211251
(33,18,81)
#352760
(53,39,96)
#493C6F
(73,60,111)
#5D517E
(93,81,126)
#71668D
(113,102,141)
#857B9C
(133,123,156)
#9990AB
(153,144,171)
#ADA5BA
(173,165,186)
#C1BAC9
(193,186,201)
#D5CFD8
(213,207,216)
#E9E4E7
(233,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #211251 color. Also use rgb(33,18,81) instead hex code.

Text Font Color

.myTextColor { color: #211251; }

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

This text font color is #211251.


Background Color

.myBgColor { background-color: #211251; }

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

This div background color is #211251.


Border color

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

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

This div border color is #211251.


Opacity

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

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

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

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

This text has shadow with #211251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211251 on black background.


Color preview on white background

This text has color #211251 on white background.



Black color preview on #211251 background

This text has black color on #211251 background.


White color preview on #211251 background

This text has white color on #211251 background.