COLOR #411139

HEX: #411139
RGB: (65,17,57)

Color info

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

RGB color model

#411139 color RGB value is (65,17,57).

  • red value is 65;
  • green value is 17;
  • blue value is 57.
RGB:
(65,17,57)
(25%,7%,22%)

RGB channels and saturation

R 65 of 255 = 25%
G 17 of 255 = 7%
B 57 of 255 = 22%

65
17
57

R + G + B ~ 18%. #411139 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 17 + 57 = 139 (100%)
R 65 of 139 ~ 46.76%
G 17 of 139 ~ 12.23%
B 57 of 139 ~ 41.01%

%46.76
%12.23
%41.01

CMYK color model

#411139 color CMYK value is (0,74,12,75).

  • cyan value is 0.00%
  • magenta value is 73.85%
  • yellow value is 12.31%
  • key color value is 74.51%
CMYK:
(0,74,12,75)
C0M74Y12K75 
(0%,74%,12%,75%)
(0.00/0.74/0.12/0.75)	

CMYK percentages

%0
%73.85
%12.31
%74.51

Codes

Color #411139 in popluar color models

411139
RGB651757
HSL310°58.54%16.08%
HSB/HSV310°73.85%25.49%
CMYK0.00%73.85%12.31%
74.51%

Color #411139 in popluar number systems.

HEX411139
Decimal651757
Binary100000110001111001
Octal1012171

Shades and tints

Shades of #411139

#411139
(65,17,57)
#3C1034
(60,16,52)
#370F2F
(55,15,47)
#320E2A
(50,14,42)
#2D0D25
(45,13,37)
#280C20
(40,12,32)
#230B1B
(35,11,27)
#1E0A16
(30,10,22)
#190911
(25,9,17)
#14080C
(20,8,12)
#0F0707
(15,7,7)
#000000
(0,0,0)

Tints of #411139

#411139
(65,17,57)
#52264B
(82,38,75)
#633B5D
(99,59,93)
#74506F
(116,80,111)
#856581
(133,101,129)
#967A93
(150,122,147)
#A78FA5
(167,143,165)
#B8A4B7
(184,164,183)
#C9B9C9
(201,185,201)
#DACEDB
(218,206,219)
#EBE3ED
(235,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #411139 color. Also use rgb(65,17,57) instead hex code.

Text Font Color

.myTextColor { color: #411139; }

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

This text font color is #411139.


Background Color

.myBgColor { background-color: #411139; }

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

This div background color is #411139.


Border color

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

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

This div border color is #411139.


Opacity

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

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

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

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

This text has shadow with #411139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411139 on black background.


Color preview on white background

This text has color #411139 on white background.



Black color preview on #411139 background

This text has black color on #411139 background.


White color preview on #411139 background

This text has white color on #411139 background.