COLOR #321041

HEX: #321041
RGB: (50,16,65)

Color info

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

RGB color model

#321041 color RGB value is (50,16,65).

  • red value is 50;
  • green value is 16;
  • blue value is 65.
RGB:
(50,16,65)
(20%,6%,25%)

RGB channels and saturation

R 50 of 255 = 20%
G 16 of 255 = 6%
B 65 of 255 = 25%

50
16
65

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

Portions of RGB colors in percentages

R + G + B =
50 + 16 + 65 = 131 (100%)
R 50 of 131 ~ 38.17%
G 16 of 131 ~ 12.21%
B 65 of 131 ~ 49.62%

%38.17
%12.21
%49.62

CMYK color model

#321041 color CMYK value is (23,75,0,75).

  • cyan value is 23.08%
  • magenta value is 75.38%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(23,75,0,75)
C23M75Y0K75 
(23%,75%,0%,75%)
(0.23/0.75/0.00/0.75)	

CMYK percentages

%23.08
%75.38
%0
%74.51

Codes

Color #321041 in popluar color models

321041
RGB501665
HSL282°60.49%15.88%
HSB/HSV282°75.38%25.49%
CMYK23.08%75.38%0.00%
74.51%

Color #321041 in popluar number systems.

HEX321041
Decimal501665
Binary110010100001000001
Octal6220101

Shades and tints

Shades of #321041

#321041
(50,16,65)
#2E0F3C
(46,15,60)
#2A0E37
(42,14,55)
#260D32
(38,13,50)
#220C2D
(34,12,45)
#1E0B28
(30,11,40)
#1A0A23
(26,10,35)
#16091E
(22,9,30)
#120819
(18,8,25)
#0E0714
(14,7,20)
#0A060F
(10,6,15)
#000000
(0,0,0)

Tints of #321041

#321041
(50,16,65)
#442552
(68,37,82)
#563A63
(86,58,99)
#684F74
(104,79,116)
#7A6485
(122,100,133)
#8C7996
(140,121,150)
#9E8EA7
(158,142,167)
#B0A3B8
(176,163,184)
#C2B8C9
(194,184,201)
#D4CDDA
(212,205,218)
#E6E2EB
(230,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #321041 color. Also use rgb(50,16,65) instead hex code.

Text Font Color

.myTextColor { color: #321041; }

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

This text font color is #321041.


Background Color

.myBgColor { background-color: #321041; }

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

This div background color is #321041.


Border color

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

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

This div border color is #321041.


Opacity

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

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

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

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

This text has shadow with #321041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321041 on black background.


Color preview on white background

This text has color #321041 on white background.



Black color preview on #321041 background

This text has black color on #321041 background.


White color preview on #321041 background

This text has white color on #321041 background.