COLOR #381F61

HEX: #381F61 RGB: (56,31,97)

Color info

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

RGB color model

#381F61 color RGB value is (56,31,97).

RGB: (56,31,97) (22%, 12%, 38%)

RGB channels and saturation

R 56 of 255 = 22%
G 31 of 255 = 12%
B 97 of 255 = 38%

56
31
97

R + G + B ~ 24%. #381F61 is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 31 + 97 = 184 (100%)
R 56 of 184 ~ 30.43%
G 31 of 184 ~ 16.85%
B 97 of 184 ~ 52.72'%

%30.43
%16.85
%52.72

CMYK color model

#381F61 color CMYK value is (42,68,0,62).

  • cyan value is 42.27%
  • magenta value is 68.04%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (42,68,0,62)
C42M68Y0K62 (42%, 68%, 0%, 62%)
(0.42 / 0.68 / 0.00 / 0.62)

CMYK percentages

%42.27
%68.04
%0
%61.96

Codes

Color #381F61 in popluar color models

38 1F 61
RGB 56 31 97
HSL 263° 51.56% 25.10%
HSB/HSV 263° 68.04% 38.04%
CMYK 42.27% 68.04% 0.00%
61.96%

Color #381F61 in popluar number systems.

HEX 38 1F 61
Decimal 56 31 97
Binary 111000 11111 1100001
Octal 70 37 141

Shades and tints

Shades of #381F61

#381F61
(56,31,97)
#331D59
(51,29,89)
#2E1B51
(46,27,81)
#291949
(41,25,73)
#241741
(36,23,65)
#1F1539
(31,21,57)
#1A1331
(26,19,49)
#151129
(21,17,41)
#100F21
(16,15,33)
#0B0D19
(11,13,25)
#060B11
(6,11,17)
#000000
(0,0,0)

Tints of #381F61

#381F61
(56,31,97)
#4A336F
(74,51,111)
#5C477D
(92,71,125)
#6E5B8B
(110,91,139)
#806F99
(128,111,153)
#9283A7
(146,131,167)
#A497B5
(164,151,181)
#B6ABC3
(182,171,195)
#C8BFD1
(200,191,209)
#DAD3DF
(218,211,223)
#ECE7ED
(236,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #381F61; }

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

This text font color is #381F61.

Background Color

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

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

This div background color is #381F61.

Border color

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

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

This div border color is #381F61.

Opacity

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

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

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

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

This text has shadow with #381F61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #381F61.

Preview

Color preview on black background

This text has color #381F61 on black background.


Color preview on white background

This text has color #381F61 on white background.


Black color preview on #381F61 background

This text has black color on #381F61 background.


White color preview on #381F61 background

This text has white color on #381F61 background.


Related colors

Complementary color

Complementary color for #hex is #C7E09E.


I love getcolorcode.com

Triadic colors

1 #61381F and #1F6138 with #381F61 are triadic colors.

2 #611F38 and #1F3861 with #381F61 are triadic colors.