COLOR #451491

HEX: #451491
RGB: (69,20,145)

Color info

#451491 contains mainly blue color. Web safe color of #451491 is #330099 (or #309).

RGB color model

#451491 color RGB value is (69,20,145).

  • red value is 69;
  • green value is 20;
  • blue value is 145.
RGB:
(69,20,145)
(27%,8%,57%)

RGB channels and saturation

R 69 of 255 = 27%
G 20 of 255 = 8%
B 145 of 255 = 57%

69
20
145

R + G + B ~ 31%. #451491 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 20 + 145 = 234 (100%)
R 69 of 234 ~ 29.49%
G 20 of 234 ~ 8.55%
B 145 of 234 ~ 61.97%

%29.49
%61.97

CMYK color model

#451491 color CMYK value is (52,86,0,43).

  • cyan value is 52.41%
  • magenta value is 86.21%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(52,86,0,43)
C52M86Y0K43 
(52%,86%,0%,43%)
(0.52/0.86/0.00/0.43)	

CMYK percentages

%52.41
%86.21
%0
%43.14

Codes

Color #451491 in popluar color models

451491
RGB6920145
HSL264°75.76%32.35%
HSB/HSV264°86.21%56.86%
CMYK52.41%86.21%0.00%
43.14%

Color #451491 in popluar number systems.

HEX451491
Decimal6920145
Binary10001011010010010001
Octal10524221

Shades and tints

Shades of #451491

#451491
(69,20,145)
#3F1384
(63,19,132)
#391277
(57,18,119)
#33116A
(51,17,106)
#2D105D
(45,16,93)
#270F50
(39,15,80)
#210E43
(33,14,67)
#1B0D36
(27,13,54)
#150C29
(21,12,41)
#0F0B1C
(15,11,28)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #451491

#451491
(69,20,145)
#55299B
(85,41,155)
#653EA5
(101,62,165)
#7553AF
(117,83,175)
#8568B9
(133,104,185)
#957DC3
(149,125,195)
#A592CD
(165,146,205)
#B5A7D7
(181,167,215)
#C5BCE1
(197,188,225)
#D5D1EB
(213,209,235)
#E5E6F5
(229,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #451491 color. Also use rgb(69,20,145) instead hex code.

Text Font Color

.myTextColor { color: #451491; }

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

This text font color is #451491.


Background Color

.myBgColor { background-color: #451491; }

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

This div background color is #451491.


Border color

.myBorderColor { border: 1px solid #451491; }

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

This div border color is #451491.


Opacity

.myOpacity80 { color: #451491; opacity: 0.8; }

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

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

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

This text has shadow with #451491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #451491 on black background.


Color preview on white background

This text has color #451491 on white background.



Black color preview on #451491 background

This text has black color on #451491 background.


White color preview on #451491 background

This text has white color on #451491 background.