COLOR #331C6F

HEX: #331C6F RGB: (51,28,111)

Color info

#331C6F contains mainly blue color. Web safe color of #331C6F is #333366 (or #336).

RGB color model

#331C6F color RGB value is (51,28,111).

RGB: (51,28,111) (20%, 11%, 44%)

RGB channels and saturation

R 51 of 255 = 20%
G 28 of 255 = 11%
B 111 of 255 = 44%

51
28
111

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

Portions of RGB colors in percentages

R + G + B = 51 + 28 + 111 = 190 (100%)
R 51 of 190 ~ 26.84%
G 28 of 190 ~ 14.74%
B 111 of 190 ~ 58.42'%

%26.84
%14.74
%58.42

CMYK color model

#331C6F color CMYK value is (54,75,0,56).

  • cyan value is 54.05%
  • magenta value is 74.77%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK: (54,75,0,56) C54M75Y0K56 (54%,75%,0%,56%) (0.54/0.75/0.00/0.56) 

CMYK percentages

%54.05
%74.77
%0
%56.47

Codes

Color #331C6F in popluar color models

33 1C 6F
RGB 51 28 111
HSL 257° 59.71% 27.25%
HSB/HSV 257° 74.77% 43.53%
CMYK 54.05% 74.77% 0.00%
56.47%

Color #331C6F in popluar number systems.

HEX 33 1C 6F
Decimal 51 28 111
Binary 110011 11100 1101111
Octal 63 34 157

Shades and tints

Shades of #331C6F

#331C6F
(51,28,111)
#2F1A65
(47,26,101)
#2B185B
(43,24,91)
#271651
(39,22,81)
#231447
(35,20,71)
#1F123D
(31,18,61)
#1B1033
(27,16,51)
#170E29
(23,14,41)
#130C1F
(19,12,31)
#0F0A15
(15,10,21)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #331C6F

#331C6F
(51,28,111)
#45307C
(69,48,124)
#574489
(87,68,137)
#695896
(105,88,150)
#7B6CA3
(123,108,163)
#8D80B0
(141,128,176)
#9F94BD
(159,148,189)
#B1A8CA
(177,168,202)
#C3BCD7
(195,188,215)
#D5D0E4
(213,208,228)
#E7E4F1
(231,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #331C6F color. Also use rgb(51,28,111) instead hex code.

Text Font Color

.myTextColor { color: #331C6F; }

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

This text font color is #331C6F.

Background Color

.myBgColor { background-color: #331C6F; }

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

This div background color is #331C6F.

Border color

.myBorderColor { border: 1px solid #331C6F; }

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

This div border color is #331C6F.

Opacity

.myOpacity80 { color: #331C6F; opacity: 0.8; }

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

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

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

This text has shadow with #331C6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #331C6F.

Preview

Color preview on black background

This text has color #331C6F on black background.


Color preview on white background

This text has color #331C6F on white background.


Black color preview on #331C6F background

This text has black color on #331C6F background.


White color preview on #331C6F background

This text has white color on #331C6F background.


Related colors

Complementary color

Complementary color for #hex is #CCE390.


I love getcolorcode.com

Triadic colors

1 #6F331C and #1C6F33 with #331C6F are triadic colors.

2 #6F1C33 and #1C336F with #331C6F are triadic colors.