COLOR #381D93

HEX: #381D93
RGB: (56,29,147)

Color info

#381D93 contains mainly blue color. Web safe color of #381D93 is #333399 (or #339).

RGB color model

#381D93 color RGB value is (56,29,147).

  • red value is 56;
  • green value is 29;
  • blue value is 147.
RGB:
(56,29,147)
(22%,11%,58%)

RGB channels and saturation

R 56 of 255 = 22%
G 29 of 255 = 11%
B 147 of 255 = 58%

56
29
147

R + G + B ~ 30%. #381D93 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 29 + 147 = 232 (100%)
R 56 of 232 ~ 24.14%
G 29 of 232 ~ 12.5%
B 147 of 232 ~ 63.36%

%24.14
%12.5
%63.36

CMYK color model

#381D93 color CMYK value is (62,80,0,42).

  • cyan value is 61.90%
  • magenta value is 80.27%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(62,80,0,42)
C62M80Y0K42 
(62%,80%,0%,42%)
(0.62/0.80/0.00/0.42)	

CMYK percentages

%61.9
%80.27
%0
%42.35

Codes

Color #381D93 in popluar color models

381D93
RGB5629147
HSL254°67.05%34.51%
HSB/HSV254°80.27%57.65%
CMYK61.90%80.27%0.00%
42.35%

Color #381D93 in popluar number systems.

HEX381D93
Decimal5629147
Binary1110001110110010011
Octal7035223

Shades and tints

Shades of #381D93

#381D93
(56,29,147)
#331B86
(51,27,134)
#2E1979
(46,25,121)
#29176C
(41,23,108)
#24155F
(36,21,95)
#1F1352
(31,19,82)
#1A1145
(26,17,69)
#150F38
(21,15,56)
#100D2B
(16,13,43)
#0B0B1E
(11,11,30)
#060911
(6,9,17)
#000000
(0,0,0)

Tints of #381D93

#381D93
(56,29,147)
#4A319C
(74,49,156)
#5C45A5
(92,69,165)
#6E59AE
(110,89,174)
#806DB7
(128,109,183)
#9281C0
(146,129,192)
#A495C9
(164,149,201)
#B6A9D2
(182,169,210)
#C8BDDB
(200,189,219)
#DAD1E4
(218,209,228)
#ECE5ED
(236,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #381D93 color. Also use rgb(56,29,147) instead hex code.

Text Font Color

.myTextColor { color: #381D93; }

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

This text font color is #381D93.


Background Color

.myBgColor { background-color: #381D93; }

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

This div background color is #381D93.


Border color

.myBorderColor { border: 1px solid #381D93; }

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

This div border color is #381D93.


Opacity

.myOpacity80 { color: #381D93; opacity: 0.8; }

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

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

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

This text has shadow with #381D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #381D93 on black background.


Color preview on white background

This text has color #381D93 on white background.



Black color preview on #381D93 background

This text has black color on #381D93 background.


White color preview on #381D93 background

This text has white color on #381D93 background.