COLOR #383190

HEX: #383190
RGB: (56,49,144)

Color info

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

RGB color model

#383190 color RGB value is (56,49,144).

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

RGB channels and saturation

R 56 of 255 = 22%
G 49 of 255 = 19%
B 144 of 255 = 56%

56
49
144

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

Portions of RGB colors in percentages

R + G + B =
56 + 49 + 144 = 249 (100%)
R 56 of 249 ~ 22.49%
G 49 of 249 ~ 19.68%
B 144 of 249 ~ 57.83%

%22.49
%19.68
%57.83

CMYK color model

#383190 color CMYK value is (61,66,0,44).

  • cyan value is 61.11%
  • magenta value is 65.97%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(61,66,0,44)
C61M66Y0K44 
(61%,66%,0%,44%)
(0.61/0.66/0.00/0.44)	

CMYK percentages

%61.11
%65.97
%0
%43.53

Codes

Color #383190 in popluar color models

383190
RGB5649144
HSL244°49.22%37.84%
HSB/HSV244°65.97%56.47%
CMYK61.11%65.97%0.00%
43.53%

Color #383190 in popluar number systems.

HEX383190
Decimal5649144
Binary11100011000110010000
Octal7061220

Shades and tints

Shades of #383190

#383190
(56,49,144)
#332D83
(51,45,131)
#2E2976
(46,41,118)
#292569
(41,37,105)
#24215C
(36,33,92)
#1F1D4F
(31,29,79)
#1A1942
(26,25,66)
#151535
(21,21,53)
#101128
(16,17,40)
#0B0D1B
(11,13,27)
#06090E
(6,9,14)
#000000
(0,0,0)

Tints of #383190

#383190
(56,49,144)
#4A439A
(74,67,154)
#5C55A4
(92,85,164)
#6E67AE
(110,103,174)
#8079B8
(128,121,184)
#928BC2
(146,139,194)
#A49DCC
(164,157,204)
#B6AFD6
(182,175,214)
#C8C1E0
(200,193,224)
#DAD3EA
(218,211,234)
#ECE5F4
(236,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383190; }

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

This text font color is #383190.


Background Color

.myBgColor { background-color: #383190; }

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

This div background color is #383190.


Border color

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

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

This div border color is #383190.


Opacity

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

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

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

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

This text has shadow with #383190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383190 on black background.


Color preview on white background

This text has color #383190 on white background.



Black color preview on #383190 background

This text has black color on #383190 background.


White color preview on #383190 background

This text has white color on #383190 background.