COLOR #212041

HEX: #212041 RGB: (33,32,65)

Color info

#212041 contains red, green and blue colors in about the same proportion. Web safe color of #212041 is #333333 (or #333).

RGB color model

#212041 color RGB value is (33,32,65).

RGB: (33,32,65) (13%, 13%, 25%)

RGB channels and saturation

R 33 of 255 = 13%
G 32 of 255 = 13%
B 65 of 255 = 25%

33
32
65

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

Portions of RGB colors in percentages

R + G + B = 33 + 32 + 65 = 130 (100%)
R 33 of 130 ~ 25.38%
G 32 of 130 ~ 24.62%
B 65 of 130 ~ 50'%

%25.38
%24.62
%50

CMYK color model

#212041 color CMYK value is (49,51,0,75).

  • cyan value is 49.23%
  • magenta value is 50.77%
  • yellow value is 0.00%
  • key color value is 74.51%

CMYK: (49,51,0,75)
C49M51Y0K75 (49%, 51%, 0%, 75%)
(0.49 / 0.51 / 0.00 / 0.75)

CMYK percentages

%49.23
%50.77
%0
%74.51

Codes

Color #212041 in popluar color models

21 20 41
RGB 33 32 65
HSL 242° 34.02% 19.02%
HSB/HSV 242° 50.77% 25.49%
CMYK 49.23% 50.77% 0.00%
74.51%

Color #212041 in popluar number systems.

HEX 21 20 41
Decimal 33 32 65
Binary 100001 100000 1000001
Octal 41 40 101

Shades and tints

Shades of #212041

#212041
(33,32,65)
#1E1E3C
(30,30,60)
#1B1C37
(27,28,55)
#181A32
(24,26,50)
#15182D
(21,24,45)
#121628
(18,22,40)
#0F1423
(15,20,35)
#0C121E
(12,18,30)
#091019
(9,16,25)
#060E14
(6,14,20)
#030C0F
(3,12,15)
#000000
(0,0,0)

Tints of #212041

#212041
(33,32,65)
#353452
(53,52,82)
#494863
(73,72,99)
#5D5C74
(93,92,116)
#717085
(113,112,133)
#858496
(133,132,150)
#9998A7
(153,152,167)
#ADACB8
(173,172,184)
#C1C0C9
(193,192,201)
#D5D4DA
(213,212,218)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #212041 color. Also use rgb(33,32,65) instead hex code.

Text Font Color

.myTextColor { color: #212041; }

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

This text font color is #212041.

Background Color

.myBgColor { background-color: #212041; }

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

This div background color is #212041.

Border color

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

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

This div border color is #212041.

Opacity

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

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

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

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

This text has shadow with #212041 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #212041.

Preview

Color preview on black background

This text has color #212041 on black background.


Color preview on white background

This text has color #212041 on white background.


Black color preview on #212041 background

This text has black color on #212041 background.


White color preview on #212041 background

This text has white color on #212041 background.


Related colors

Complementary color

Complementary color for #hex is #DEDFBE.


I love getcolorcode.com

Triadic colors

1 #412120 and #204121 with #212041 are triadic colors.

2 #412021 and #202141 with #212041 are triadic colors.