COLOR #451A71

HEX: #451A71
RGB: (69,26,113)

Color info

#451A71 contains mainly red and blue colors. Web safe color of #451A71 is #330066 (or #306).

RGB color model

#451A71 color RGB value is (69,26,113).

  • red value is 69;
  • green value is 26;
  • blue value is 113.
RGB:
(69,26,113)
(27%,10%,44%)

RGB channels and saturation

R 69 of 255 = 27%
G 26 of 255 = 10%
B 113 of 255 = 44%

69
26
113

R + G + B ~ 27%. #451A71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 26 + 113 = 208 (100%)
R 69 of 208 ~ 33.17%
G 26 of 208 ~ 12.5%
B 113 of 208 ~ 54.33%

%33.17
%12.5
%54.33

CMYK color model

#451A71 color CMYK value is (39,77,0,56).

  • cyan value is 38.94%
  • magenta value is 76.99%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(39,77,0,56)
C39M77Y0K56 
(39%,77%,0%,56%)
(0.39/0.77/0.00/0.56)	

CMYK percentages

%38.94
%76.99
%0
%55.69

Codes

Color #451A71 in popluar color models

451A71
RGB6926113
HSL270°62.59%27.25%
HSB/HSV270°76.99%44.31%
CMYK38.94%76.99%0.00%
55.69%

Color #451A71 in popluar number systems.

HEX451A71
Decimal6926113
Binary1000101110101110001
Octal10532161

Shades and tints

Shades of #451A71

#451A71
(69,26,113)
#3F1867
(63,24,103)
#39165D
(57,22,93)
#331453
(51,20,83)
#2D1249
(45,18,73)
#27103F
(39,16,63)
#210E35
(33,14,53)
#1B0C2B
(27,12,43)
#150A21
(21,10,33)
#0F0817
(15,8,23)
#09060D
(9,6,13)
#000000
(0,0,0)

Tints of #451A71

#451A71
(69,26,113)
#552E7D
(85,46,125)
#654289
(101,66,137)
#755695
(117,86,149)
#856AA1
(133,106,161)
#957EAD
(149,126,173)
#A592B9
(165,146,185)
#B5A6C5
(181,166,197)
#C5BAD1
(197,186,209)
#D5CEDD
(213,206,221)
#E5E2E9
(229,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #451A71 color. Also use rgb(69,26,113) instead hex code.

Text Font Color

.myTextColor { color: #451A71; }

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

This text font color is #451A71.


Background Color

.myBgColor { background-color: #451A71; }

<div style="background-color:#451A71">Inner text</div>

This div background color is #451A71.


Border color

.myBorderColor { border: 1px solid #451A71; }

<div style="border:3px solid #451A71">Div</div>

This div border color is #451A71.


Opacity

.myOpacity80 { color: #451A71; opacity: 0.8; }

<p style="color:#451A71;opacity:0.8;">80%</p>

Text with #451A71 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 #451A71;}

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

This text has shadow with #451A71 color.

.textShadow {text-shadow: 3px 3px 1px #451A71, 3px 3px 1px red;}

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

This text has shadow with #451A71 primary color and red secondary color.


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

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

This text has shadow with #451A71 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #451A71 on black background.


Color preview on white background

This text has color #451A71 on white background.



Black color preview on #451A71 background

This text has black color on #451A71 background.


White color preview on #451A71 background

This text has white color on #451A71 background.