COLOR #271C71

HEX: #271C71
RGB: (39,28,113)

Color info

#271C71 contains mainly blue color. Web safe color of #271C71 is #333366 (or #336).

RGB color model

#271C71 color RGB value is (39,28,113).

  • red value is 39;
  • green value is 28;
  • blue value is 113.
RGB:
(39,28,113)
(15%,11%,44%)

RGB channels and saturation

R 39 of 255 = 15%
G 28 of 255 = 11%
B 113 of 255 = 44%

39
28
113

R + G + B ~ 23%. #271C71 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 28 + 113 = 180 (100%)
R 39 of 180 ~ 21.67%
G 28 of 180 ~ 15.56%
B 113 of 180 ~ 62.78%

%21.67
%15.56
%62.78

CMYK color model

#271C71 color CMYK value is (65,75,0,56).

  • cyan value is 65.49%
  • magenta value is 75.22%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(65,75,0,56)
C65M75Y0K56 
(65%,75%,0%,56%)
(0.65/0.75/0.00/0.56)	

CMYK percentages

%65.49
%75.22
%0
%55.69

Codes

Color #271C71 in popluar color models

271C71
RGB3928113
HSL248°60.28%27.65%
HSB/HSV248°75.22%44.31%
CMYK65.49%75.22%0.00%
55.69%

Color #271C71 in popluar number systems.

HEX271C71
Decimal3928113
Binary100111111001110001
Octal4734161

Shades and tints

Shades of #271C71

#271C71
(39,28,113)
#241A67
(36,26,103)
#21185D
(33,24,93)
#1E1653
(30,22,83)
#1B1449
(27,20,73)
#18123F
(24,18,63)
#151035
(21,16,53)
#120E2B
(18,14,43)
#0F0C21
(15,12,33)
#0C0A17
(12,10,23)
#09080D
(9,8,13)
#000000
(0,0,0)

Tints of #271C71

#271C71
(39,28,113)
#3A307D
(58,48,125)
#4D4489
(77,68,137)
#605895
(96,88,149)
#736CA1
(115,108,161)
#8680AD
(134,128,173)
#9994B9
(153,148,185)
#ACA8C5
(172,168,197)
#BFBCD1
(191,188,209)
#D2D0DD
(210,208,221)
#E5E4E9
(229,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #271C71 color. Also use rgb(39,28,113) instead hex code.

Text Font Color

.myTextColor { color: #271C71; }

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

This text font color is #271C71.


Background Color

.myBgColor { background-color: #271C71; }

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

This div background color is #271C71.


Border color

.myBorderColor { border: 1px solid #271C71; }

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

This div border color is #271C71.


Opacity

.myOpacity80 { color: #271C71; opacity: 0.8; }

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

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

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

This text has shadow with #271C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #271C71 on black background.


Color preview on white background

This text has color #271C71 on white background.



Black color preview on #271C71 background

This text has black color on #271C71 background.


White color preview on #271C71 background

This text has white color on #271C71 background.