COLOR #382361

HEX: #382361
RGB: (56,35,97)

Color info

#382361 contains mainly red and blue colors. Web safe color of #382361 is #333366 (or #336).

RGB color model

#382361 color RGB value is (56,35,97).

  • red value is 56;
  • green value is 35;
  • blue value is 97.
RGB:
(56,35,97)
(22%,14%,38%)

RGB channels and saturation

R 56 of 255 = 22%
G 35 of 255 = 14%
B 97 of 255 = 38%

56
35
97

R + G + B ~ 25%. #382361 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 35 + 97 = 188 (100%)
R 56 of 188 ~ 29.79%
G 35 of 188 ~ 18.62%
B 97 of 188 ~ 51.6%

%29.79
%18.62
%51.6

CMYK color model

#382361 color CMYK value is (42,64,0,62).

  • cyan value is 42.27%
  • magenta value is 63.92%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(42,64,0,62)
C42M64Y0K62 
(42%,64%,0%,62%)
(0.42/0.64/0.00/0.62)	

CMYK percentages

%42.27
%63.92
%0
%61.96

Codes

Color #382361 in popluar color models

382361
RGB563597
HSL260°46.97%25.88%
HSB/HSV260°63.92%38.04%
CMYK42.27%63.92%0.00%
61.96%

Color #382361 in popluar number systems.

HEX382361
Decimal563597
Binary1110001000111100001
Octal7043141

Shades and tints

Shades of #382361

#382361
(56,35,97)
#332059
(51,32,89)
#2E1D51
(46,29,81)
#291A49
(41,26,73)
#241741
(36,23,65)
#1F1439
(31,20,57)
#1A1131
(26,17,49)
#150E29
(21,14,41)
#100B21
(16,11,33)
#0B0819
(11,8,25)
#060511
(6,5,17)
#000000
(0,0,0)

Tints of #382361

#382361
(56,35,97)
#4A376F
(74,55,111)
#5C4B7D
(92,75,125)
#6E5F8B
(110,95,139)
#807399
(128,115,153)
#9287A7
(146,135,167)
#A49BB5
(164,155,181)
#B6AFC3
(182,175,195)
#C8C3D1
(200,195,209)
#DAD7DF
(218,215,223)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #382361 color. Also use rgb(56,35,97) instead hex code.

Text Font Color

.myTextColor { color: #382361; }

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

This text font color is #382361.


Background Color

.myBgColor { background-color: #382361; }

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

This div background color is #382361.


Border color

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

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

This div border color is #382361.


Opacity

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

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

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

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

This text has shadow with #382361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #382361 on black background.


Color preview on white background

This text has color #382361 on white background.



Black color preview on #382361 background

This text has black color on #382361 background.


White color preview on #382361 background

This text has white color on #382361 background.