COLOR #221241

HEX: #221241
RGB: (34,18,65)

Color info

#221241 contains red, green and blue colors in about the same proportion. Web safe color of #221241 is #330033 (or #303).

RGB color model

#221241 color RGB value is (34,18,65).

  • red value is 34;
  • green value is 18;
  • blue value is 65.
RGB:
(34,18,65)
(13%,7%,25%)

RGB channels and saturation

R 34 of 255 = 13%
G 18 of 255 = 7%
B 65 of 255 = 25%

34
18
65

R + G + B ~ 15%. #221241 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 18 + 65 = 117 (100%)
R 34 of 117 ~ 29.06%
G 18 of 117 ~ 15.38%
B 65 of 117 ~ 55.56%

%29.06
%15.38
%55.56

CMYK color model

#221241 color CMYK value is (48,72,0,75).

  • cyan value is 47.69%
  • magenta value is 72.31%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(48,72,0,75)
C48M72Y0K75 
(48%,72%,0%,75%)
(0.48/0.72/0.00/0.75)	

CMYK percentages

%47.69
%72.31
%0
%74.51

Codes

Color #221241 in popluar color models

221241
RGB341865
HSL260°56.63%16.27%
HSB/HSV260°72.31%25.49%
CMYK47.69%72.31%0.00%
74.51%

Color #221241 in popluar number systems.

HEX221241
Decimal341865
Binary100010100101000001
Octal4222101

Shades and tints

Shades of #221241

#221241
(34,18,65)
#1F113C
(31,17,60)
#1C1037
(28,16,55)
#190F32
(25,15,50)
#160E2D
(22,14,45)
#130D28
(19,13,40)
#100C23
(16,12,35)
#0D0B1E
(13,11,30)
#0A0A19
(10,10,25)
#070914
(7,9,20)
#04080F
(4,8,15)
#000000
(0,0,0)

Tints of #221241

#221241
(34,18,65)
#362752
(54,39,82)
#4A3C63
(74,60,99)
#5E5174
(94,81,116)
#726685
(114,102,133)
#867B96
(134,123,150)
#9A90A7
(154,144,167)
#AEA5B8
(174,165,184)
#C2BAC9
(194,186,201)
#D6CFDA
(214,207,218)
#EAE4EB
(234,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #221241 color. Also use rgb(34,18,65) instead hex code.

Text Font Color

.myTextColor { color: #221241; }

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

This text font color is #221241.


Background Color

.myBgColor { background-color: #221241; }

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

This div background color is #221241.


Border color

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

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

This div border color is #221241.


Opacity

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

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

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

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

This text has shadow with #221241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221241 on black background.


Color preview on white background

This text has color #221241 on white background.



Black color preview on #221241 background

This text has black color on #221241 background.


White color preview on #221241 background

This text has white color on #221241 background.