COLOR #381577

HEX: #381577
RGB: (56,21,119)

Color info

#381577 contains mainly blue color. Web safe color of #381577 is #330066 (or #306).

RGB color model

#381577 color RGB value is (56,21,119).

  • red value is 56;
  • green value is 21;
  • blue value is 119.
RGB:
(56,21,119)
(22%,8%,47%)

RGB channels and saturation

R 56 of 255 = 22%
G 21 of 255 = 8%
B 119 of 255 = 47%

56
21
119

R + G + B ~ 26%. #381577 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 21 + 119 = 196 (100%)
R 56 of 196 ~ 28.57%
G 21 of 196 ~ 10.71%
B 119 of 196 ~ 60.71%

%28.57
%10.71
%60.71

CMYK color model

#381577 color CMYK value is (53,82,0,53).

  • cyan value is 52.94%
  • magenta value is 82.35%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(53,82,0,53)
C53M82Y0K53 
(53%,82%,0%,53%)
(0.53/0.82/0.00/0.53)	

CMYK percentages

%52.94
%82.35
%0
%53.33

Codes

Color #381577 in popluar color models

381577
RGB5621119
HSL261°70.00%27.45%
HSB/HSV261°82.35%46.67%
CMYK52.94%82.35%0.00%
53.33%

Color #381577 in popluar number systems.

HEX381577
Decimal5621119
Binary111000101011110111
Octal7025167

Shades and tints

Shades of #381577

#381577
(56,21,119)
#33146D
(51,20,109)
#2E1363
(46,19,99)
#291259
(41,18,89)
#24114F
(36,17,79)
#1F1045
(31,16,69)
#1A0F3B
(26,15,59)
#150E31
(21,14,49)
#100D27
(16,13,39)
#0B0C1D
(11,12,29)
#060B13
(6,11,19)
#000000
(0,0,0)

Tints of #381577

#381577
(56,21,119)
#4A2A83
(74,42,131)
#5C3F8F
(92,63,143)
#6E549B
(110,84,155)
#8069A7
(128,105,167)
#927EB3
(146,126,179)
#A493BF
(164,147,191)
#B6A8CB
(182,168,203)
#C8BDD7
(200,189,215)
#DAD2E3
(218,210,227)
#ECE7EF
(236,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #381577 color. Also use rgb(56,21,119) instead hex code.

Text Font Color

.myTextColor { color: #381577; }

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

This text font color is #381577.


Background Color

.myBgColor { background-color: #381577; }

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

This div background color is #381577.


Border color

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

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

This div border color is #381577.


Opacity

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

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

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

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

This text has shadow with #381577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #381577 on black background.


Color preview on white background

This text has color #381577 on white background.



Black color preview on #381577 background

This text has black color on #381577 background.


White color preview on #381577 background

This text has white color on #381577 background.