COLOR #440139

HEX: #440139
RGB: (68,1,57)

Color info

#440139 contains mainly red and blue colors. Web safe color of #440139 is #330033 (or #303).

RGB color model

#440139 color RGB value is (68,1,57).

  • red value is 68;
  • green value is 1;
  • blue value is 57.
RGB:
(68,1,57)
(27%,0%,22%)

RGB channels and saturation

R 68 of 255 = 27%
G 1 of 255 = 0%
B 57 of 255 = 22%

68
1
57

R + G + B ~ 16%. #440139 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 1 + 57 = 126 (100%)
R 68 of 126 ~ 53.97%
G 1 of 126 ~ 0.79%
B 57 of 126 ~ 45.24%

%53.97
%45.24

CMYK color model

#440139 color CMYK value is (0,99,16,73).

  • cyan value is 0.00%
  • magenta value is 98.53%
  • yellow value is 16.18%
  • key color value is 73.33%
CMYK:
(0,99,16,73)
C0M99Y16K73 
(0%,99%,16%,73%)
(0.00/0.99/0.16/0.73)	

CMYK percentages

%0
%98.53
%16.18
%73.33

Codes

Color #440139 in popluar color models

440139
RGB68157
HSL310°97.10%13.53%
HSB/HSV310°98.53%26.67%
CMYK0.00%98.53%16.18%
73.33%

Color #440139 in popluar number systems.

HEX440139
Decimal68157
Binary10001001111001
Octal104171

Shades and tints

Shades of #440139

#440139
(68,1,57)
#3E0134
(62,1,52)
#38012F
(56,1,47)
#32012A
(50,1,42)
#2C0125
(44,1,37)
#260120
(38,1,32)
#20011B
(32,1,27)
#1A0116
(26,1,22)
#140111
(20,1,17)
#0E010C
(14,1,12)
#080107
(8,1,7)
#000000
(0,0,0)

Tints of #440139

#440139
(68,1,57)
#55184B
(85,24,75)
#662F5D
(102,47,93)
#77466F
(119,70,111)
#885D81
(136,93,129)
#997493
(153,116,147)
#AA8BA5
(170,139,165)
#BBA2B7
(187,162,183)
#CCB9C9
(204,185,201)
#DDD0DB
(221,208,219)
#EEE7ED
(238,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #440139 color. Also use rgb(68,1,57) instead hex code.

Text Font Color

.myTextColor { color: #440139; }

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

This text font color is #440139.


Background Color

.myBgColor { background-color: #440139; }

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

This div background color is #440139.


Border color

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

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

This div border color is #440139.


Opacity

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

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

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

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

This text has shadow with #440139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #440139 on black background.


Color preview on white background

This text has color #440139 on white background.



Black color preview on #440139 background

This text has black color on #440139 background.


White color preview on #440139 background

This text has white color on #440139 background.