COLOR #443480

HEX: #443480 RGB: (68,52,128)

Color info

#443480 contains mainly blue color. Web safe color of #443480 is #333366 (or #336).

RGB color model

#443480 color RGB value is (68,52,128).

RGB: (68,52,128) (27%, 20%, 50%)

RGB channels and saturation

R 68 of 255 = 27%
G 52 of 255 = 20%
B 128 of 255 = 50%

68
52
128

R + G + B ~ 32%. #443480 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 52 + 128 = 248 (100%)
R 68 of 248 ~ 27.42%
G 52 of 248 ~ 20.97%
B 128 of 248 ~ 51.61'%

%27.42
%20.97
%51.61

CMYK color model

#443480 color CMYK value is (47,59,0,50).

  • cyan value is 46.88%
  • magenta value is 59.38%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (47,59,0,50)
C47M59Y0K50 (47%, 59%, 0%, 50%)
(0.47 / 0.59 / 0.00 / 0.50)

CMYK percentages

%46.88
%59.38
%0
%49.8

Codes

Color #443480 in popluar color models

44 34 80
RGB 68 52 128
HSL 253° 42.22% 35.29%
HSB/HSV 253° 59.38% 50.20%
CMYK 46.88% 59.38% 0.00%
49.80%

Color #443480 in popluar number systems.

HEX 44 34 80
Decimal 68 52 128
Binary 1000100 110100 10000000
Octal 104 64 200

Shades and tints

Shades of #443480

#443480
(68,52,128)
#3E3075
(62,48,117)
#382C6A
(56,44,106)
#32285F
(50,40,95)
#2C2454
(44,36,84)
#262049
(38,32,73)
#201C3E
(32,28,62)
#1A1833
(26,24,51)
#141428
(20,20,40)
#0E101D
(14,16,29)
#080C12
(8,12,18)
#000000
(0,0,0)

Tints of #443480

#443480
(68,52,128)
#55468B
(85,70,139)
#665896
(102,88,150)
#776AA1
(119,106,161)
#887CAC
(136,124,172)
#998EB7
(153,142,183)
#AAA0C2
(170,160,194)
#BBB2CD
(187,178,205)
#CCC4D8
(204,196,216)
#DDD6E3
(221,214,227)
#EEE8EE
(238,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #443480 color. Also use rgb(68,52,128) instead hex code.

Text Font Color

.myTextColor { color: #443480; }

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

This text font color is #443480.

Background Color

.myBgColor { background-color: #443480; }

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

This div background color is #443480.

Border color

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

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

This div border color is #443480.

Opacity

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

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

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

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

This text has shadow with #443480 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #443480.

Preview

Color preview on black background

This text has color #443480 on black background.


Color preview on white background

This text has color #443480 on white background.


Black color preview on #443480 background

This text has black color on #443480 background.


White color preview on #443480 background

This text has white color on #443480 background.


Related colors

Complementary color

Complementary color for #hex is #BBCB7F.


I love getcolorcode.com

Triadic colors

1 #804434 and #348044 with #443480 are triadic colors.

2 #803444 and #344480 with #443480 are triadic colors.