COLOR #271B72

HEX: #271B72
RGB: (39,27,114)

Color info

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

RGB color model

#271B72 color RGB value is (39,27,114).

  • red value is 39;
  • green value is 27;
  • blue value is 114.
RGB:
(39,27,114)
(15%,11%,45%)

RGB channels and saturation

R 39 of 255 = 15%
G 27 of 255 = 11%
B 114 of 255 = 45%

39
27
114

R + G + B ~ 24%. #271B72 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 27 + 114 = 180 (100%)
R 39 of 180 ~ 21.67%
G 27 of 180 ~ 15%
B 114 of 180 ~ 63.33%

%21.67
%15
%63.33

CMYK color model

#271B72 color CMYK value is (66,76,0,55).

  • cyan value is 65.79%
  • magenta value is 76.32%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(66,76,0,55)
C66M76Y0K55 
(66%,76%,0%,55%)
(0.66/0.76/0.00/0.55)	

CMYK percentages

%65.79
%76.32
%0
%55.29

Codes

Color #271B72 in popluar color models

271B72
RGB3927114
HSL248°61.70%27.65%
HSB/HSV248°76.32%44.71%
CMYK65.79%76.32%0.00%
55.29%

Color #271B72 in popluar number systems.

HEX271B72
Decimal3927114
Binary100111110111110010
Octal4733162

Shades and tints

Shades of #271B72

#271B72
(39,27,114)
#241968
(36,25,104)
#21175E
(33,23,94)
#1E1554
(30,21,84)
#1B134A
(27,19,74)
#181140
(24,17,64)
#150F36
(21,15,54)
#120D2C
(18,13,44)
#0F0B22
(15,11,34)
#0C0918
(12,9,24)
#09070E
(9,7,14)
#000000
(0,0,0)

Tints of #271B72

#271B72
(39,27,114)
#3A2F7E
(58,47,126)
#4D438A
(77,67,138)
#605796
(96,87,150)
#736BA2
(115,107,162)
#867FAE
(134,127,174)
#9993BA
(153,147,186)
#ACA7C6
(172,167,198)
#BFBBD2
(191,187,210)
#D2CFDE
(210,207,222)
#E5E3EA
(229,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #271B72 color. Also use rgb(39,27,114) instead hex code.

Text Font Color

.myTextColor { color: #271B72; }

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

This text font color is #271B72.


Background Color

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

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

This div background color is #271B72.


Border color

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

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

This div border color is #271B72.


Opacity

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

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

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

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

This text has shadow with #271B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #271B72 on black background.


Color preview on white background

This text has color #271B72 on white background.



Black color preview on #271B72 background

This text has black color on #271B72 background.


White color preview on #271B72 background

This text has white color on #271B72 background.