COLOR #391C63

HEX: #391C63 RGB: (57,28,99)

Color info

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

RGB color model

#391C63 color RGB value is (57,28,99).

RGB: (57,28,99) (22%, 11%, 39%)

RGB channels and saturation

R 57 of 255 = 22%
G 28 of 255 = 11%
B 99 of 255 = 39%

57
28
99

R + G + B ~ 24%. #391C63 is dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 28 + 99 = 184 (100%)
R 57 of 184 ~ 30.98%
G 28 of 184 ~ 15.22%
B 99 of 184 ~ 53.8'%

%30.98
%15.22
%53.8

CMYK color model

#391C63 color CMYK value is (42,72,0,61).

  • cyan value is 42.42%
  • magenta value is 71.72%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (42,72,0,61)
C42M72Y0K61 (42%, 72%, 0%, 61%)
(0.42 / 0.72 / 0.00 / 0.61)

CMYK percentages

%42.42
%71.72
%0
%61.18

Codes

Color #391C63 in popluar color models

39 1C 63
RGB 57 28 99
HSL 265° 55.91% 24.90%
HSB/HSV 265° 71.72% 38.82%
CMYK 42.42% 71.72% 0.00%
61.18%

Color #391C63 in popluar number systems.

HEX 39 1C 63
Decimal 57 28 99
Binary 111001 11100 1100011
Octal 71 34 143

Shades and tints

Shades of #391C63

#391C63
(57,28,99)
#341A5A
(52,26,90)
#2F1851
(47,24,81)
#2A1648
(42,22,72)
#25143F
(37,20,63)
#201236
(32,18,54)
#1B102D
(27,16,45)
#160E24
(22,14,36)
#110C1B
(17,12,27)
#0C0A12
(12,10,18)
#070809
(7,8,9)
#000000
(0,0,0)

Tints of #391C63

#391C63
(57,28,99)
#4B3071
(75,48,113)
#5D447F
(93,68,127)
#6F588D
(111,88,141)
#816C9B
(129,108,155)
#9380A9
(147,128,169)
#A594B7
(165,148,183)
#B7A8C5
(183,168,197)
#C9BCD3
(201,188,211)
#DBD0E1
(219,208,225)
#EDE4EF
(237,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #391C63 color. Also use rgb(57,28,99) instead hex code.

Text Font Color

.myTextColor { color: #391C63; }

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

This text font color is #391C63.

Background Color

.myBgColor { background-color: #391C63; }

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

This div background color is #391C63.

Border color

.myBorderColor { border: 1px solid #391C63; }

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

This div border color is #391C63.

Opacity

.myOpacity80 { color: #391C63; opacity: 0.8; }

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

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

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

This text has shadow with #391C63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #391C63.

Preview

Color preview on black background

This text has color #391C63 on black background.


Color preview on white background

This text has color #391C63 on white background.


Black color preview on #391C63 background

This text has black color on #391C63 background.


White color preview on #391C63 background

This text has white color on #391C63 background.


Related colors

Complementary color

Complementary color for #hex is #C6E39C.


I love getcolorcode.com

Triadic colors

1 #63391C and #1C6339 with #391C63 are triadic colors.

2 #631C39 and #1C3963 with #391C63 are triadic colors.