COLOR #382C97

HEX: #382C97
RGB: (56,44,151)

Color info

#382C97 contains mainly blue color. Web safe color of #382C97 is #333399 (or #339).

RGB color model

#382C97 color RGB value is (56,44,151).

  • red value is 56;
  • green value is 44;
  • blue value is 151.
RGB:
(56,44,151)
(22%,17%,59%)

RGB channels and saturation

R 56 of 255 = 22%
G 44 of 255 = 17%
B 151 of 255 = 59%

56
44
151

R + G + B ~ 33%. #382C97 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 44 + 151 = 251 (100%)
R 56 of 251 ~ 22.31%
G 44 of 251 ~ 17.53%
B 151 of 251 ~ 60.16%

%22.31
%17.53
%60.16

CMYK color model

#382C97 color CMYK value is (63,71,0,41).

  • cyan value is 62.91%
  • magenta value is 70.86%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(63,71,0,41)
C63M71Y0K41 
(63%,71%,0%,41%)
(0.63/0.71/0.00/0.41)	

CMYK percentages

%62.91
%70.86
%0
%40.78

Codes

Color #382C97 in popluar color models

382C97
RGB5644151
HSL247°54.87%38.24%
HSB/HSV247°70.86%59.22%
CMYK62.91%70.86%0.00%
40.78%

Color #382C97 in popluar number systems.

HEX382C97
Decimal5644151
Binary11100010110010010111
Octal7054227

Shades and tints

Shades of #382C97

#382C97
(56,44,151)
#33288A
(51,40,138)
#2E247D
(46,36,125)
#292070
(41,32,112)
#241C63
(36,28,99)
#1F1856
(31,24,86)
#1A1449
(26,20,73)
#15103C
(21,16,60)
#100C2F
(16,12,47)
#0B0822
(11,8,34)
#060415
(6,4,21)
#000000
(0,0,0)

Tints of #382C97

#382C97
(56,44,151)
#4A3FA0
(74,63,160)
#5C52A9
(92,82,169)
#6E65B2
(110,101,178)
#8078BB
(128,120,187)
#928BC4
(146,139,196)
#A49ECD
(164,158,205)
#B6B1D6
(182,177,214)
#C8C4DF
(200,196,223)
#DAD7E8
(218,215,232)
#ECEAF1
(236,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #382C97 color. Also use rgb(56,44,151) instead hex code.

Text Font Color

.myTextColor { color: #382C97; }

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

This text font color is #382C97.


Background Color

.myBgColor { background-color: #382C97; }

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

This div background color is #382C97.


Border color

.myBorderColor { border: 1px solid #382C97; }

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

This div border color is #382C97.


Opacity

.myOpacity80 { color: #382C97; opacity: 0.8; }

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

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

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

This text has shadow with #382C97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #382C97 on black background.


Color preview on white background

This text has color #382C97 on white background.



Black color preview on #382C97 background

This text has black color on #382C97 background.


White color preview on #382C97 background

This text has white color on #382C97 background.