COLOR #383181

HEX: #383181
RGB: (56,49,129)

Color info

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

RGB color model

#383181 color RGB value is (56,49,129).

  • red value is 56;
  • green value is 49;
  • blue value is 129.
RGB:
(56,49,129)
(22%,19%,51%)

RGB channels and saturation

R 56 of 255 = 22%
G 49 of 255 = 19%
B 129 of 255 = 51%

56
49
129

R + G + B ~ 31%. #383181 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 49 + 129 = 234 (100%)
R 56 of 234 ~ 23.93%
G 49 of 234 ~ 20.94%
B 129 of 234 ~ 55.13%

%23.93
%20.94
%55.13

CMYK color model

#383181 color CMYK value is (57,62,0,49).

  • cyan value is 56.59%
  • magenta value is 62.02%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(57,62,0,49)
C57M62Y0K49 
(57%,62%,0%,49%)
(0.57/0.62/0.00/0.49)	

CMYK percentages

%56.59
%62.02
%0
%49.41

Codes

Color #383181 in popluar color models

383181
RGB5649129
HSL245°44.94%34.90%
HSB/HSV245°62.02%50.59%
CMYK56.59%62.02%0.00%
49.41%

Color #383181 in popluar number systems.

HEX383181
Decimal5649129
Binary11100011000110000001
Octal7061201

Shades and tints

Shades of #383181

#383181
(56,49,129)
#332D76
(51,45,118)
#2E296B
(46,41,107)
#292560
(41,37,96)
#242155
(36,33,85)
#1F1D4A
(31,29,74)
#1A193F
(26,25,63)
#151534
(21,21,52)
#101129
(16,17,41)
#0B0D1E
(11,13,30)
#060913
(6,9,19)
#000000
(0,0,0)

Tints of #383181

#383181
(56,49,129)
#4A438C
(74,67,140)
#5C5597
(92,85,151)
#6E67A2
(110,103,162)
#8079AD
(128,121,173)
#928BB8
(146,139,184)
#A49DC3
(164,157,195)
#B6AFCE
(182,175,206)
#C8C1D9
(200,193,217)
#DAD3E4
(218,211,228)
#ECE5EF
(236,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383181 color. Also use rgb(56,49,129) instead hex code.

Text Font Color

.myTextColor { color: #383181; }

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

This text font color is #383181.


Background Color

.myBgColor { background-color: #383181; }

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

This div background color is #383181.


Border color

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

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

This div border color is #383181.


Opacity

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

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

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

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

This text has shadow with #383181 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383181 on black background.


Color preview on white background

This text has color #383181 on white background.



Black color preview on #383181 background

This text has black color on #383181 background.


White color preview on #383181 background

This text has white color on #383181 background.