COLOR #440B6A

HEX: #440B6A RGB: (68,11,106)

Color info

#440B6A contains mainly red and blue colors. Web safe color of #440B6A is #330066 (or #306).

RGB color model

#440B6A color RGB value is (68,11,106).

RGB: (68,11,106) (27%, 4%, 42%)

RGB channels and saturation

R 68 of 255 = 27%
G 11 of 255 = 4%
B 106 of 255 = 42%

68
11
106

R + G + B ~ 24%. #440B6A is dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 11 + 106 = 185 (100%)
R 68 of 185 ~ 36.76%
G 11 of 185 ~ 5.95%
B 106 of 185 ~ 57.3'%

%36.76
%57.3

CMYK color model

#440B6A color CMYK value is (36,90,0,58).

  • cyan value is 35.85%
  • magenta value is 89.62%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (36,90,0,58)
C36M90Y0K58 (36%, 90%, 0%, 58%)
(0.36 / 0.90 / 0.00 / 0.58)

CMYK percentages

%35.85
%89.62
%0
%58.43

Codes

Color #440B6A in popluar color models

44 0B 6A
RGB 68 11 106
HSL 276° 81.20% 22.94%
HSB/HSV 276° 89.62% 41.57%
CMYK 35.85% 89.62% 0.00%
58.43%

Color #440B6A in popluar number systems.

HEX 44 0B 6A
Decimal 68 11 106
Binary 1000100 1011 1101010
Octal 104 13 152

Shades and tints

Shades of #440B6A

#440B6A
(68,11,106)
#3E0A61
(62,10,97)
#380958
(56,9,88)
#32084F
(50,8,79)
#2C0746
(44,7,70)
#26063D
(38,6,61)
#200534
(32,5,52)
#1A042B
(26,4,43)
#140322
(20,3,34)
#0E0219
(14,2,25)
#080110
(8,1,16)
#000000
(0,0,0)

Tints of #440B6A

#440B6A
(68,11,106)
#552177
(85,33,119)
#663784
(102,55,132)
#774D91
(119,77,145)
#88639E
(136,99,158)
#9979AB
(153,121,171)
#AA8FB8
(170,143,184)
#BBA5C5
(187,165,197)
#CCBBD2
(204,187,210)
#DDD1DF
(221,209,223)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #440B6A color. Also use rgb(68,11,106) instead hex code.

Text Font Color

.myTextColor { color: #440B6A; }

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

This text font color is #440B6A.

Background Color

.myBgColor { background-color: #440B6A; }

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

This div background color is #440B6A.

Border color

.myBorderColor { border: 1px solid #440B6A; }

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

This div border color is #440B6A.

Opacity

.myOpacity80 { color: #440B6A; opacity: 0.8; }

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

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

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

This text has shadow with #440B6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #440B6A.

Preview

Color preview on black background

This text has color #440B6A on black background.


Color preview on white background

This text has color #440B6A on white background.


Black color preview on #440B6A background

This text has black color on #440B6A background.


White color preview on #440B6A background

This text has white color on #440B6A background.


Related colors

Complementary color

Complementary color for #hex is #BBF495.


I love getcolorcode.com

Triadic colors

1 #6A440B and #0B6A44 with #440B6A are triadic colors.

2 #6A0B44 and #0B446A with #440B6A are triadic colors.