COLOR #451589

HEX: #451589
RGB: (69,21,137)

Color info

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

RGB color model

#451589 color RGB value is (69,21,137).

  • red value is 69;
  • green value is 21;
  • blue value is 137.
RGB:
(69,21,137)
(27%,8%,54%)

RGB channels and saturation

R 69 of 255 = 27%
G 21 of 255 = 8%
B 137 of 255 = 54%

69
21
137

R + G + B ~ 30%. #451589 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 21 + 137 = 227 (100%)
R 69 of 227 ~ 30.4%
G 21 of 227 ~ 9.25%
B 137 of 227 ~ 60.35%

%30.4
%60.35

CMYK color model

#451589 color CMYK value is (50,85,0,46).

  • cyan value is 49.64%
  • magenta value is 84.67%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(50,85,0,46)
C50M85Y0K46 
(50%,85%,0%,46%)
(0.50/0.85/0.00/0.46)	

CMYK percentages

%49.64
%84.67
%0
%46.27

Codes

Color #451589 in popluar color models

451589
RGB6921137
HSL265°73.42%30.98%
HSB/HSV265°84.67%53.73%
CMYK49.64%84.67%0.00%
46.27%

Color #451589 in popluar number systems.

HEX451589
Decimal6921137
Binary10001011010110001001
Octal10525211

Shades and tints

Shades of #451589

#451589
(69,21,137)
#3F147D
(63,20,125)
#391371
(57,19,113)
#331265
(51,18,101)
#2D1159
(45,17,89)
#27104D
(39,16,77)
#210F41
(33,15,65)
#1B0E35
(27,14,53)
#150D29
(21,13,41)
#0F0C1D
(15,12,29)
#090B11
(9,11,17)
#000000
(0,0,0)

Tints of #451589

#451589
(69,21,137)
#552A93
(85,42,147)
#653F9D
(101,63,157)
#7554A7
(117,84,167)
#8569B1
(133,105,177)
#957EBB
(149,126,187)
#A593C5
(165,147,197)
#B5A8CF
(181,168,207)
#C5BDD9
(197,189,217)
#D5D2E3
(213,210,227)
#E5E7ED
(229,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #451589 color. Also use rgb(69,21,137) instead hex code.

Text Font Color

.myTextColor { color: #451589; }

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

This text font color is #451589.


Background Color

.myBgColor { background-color: #451589; }

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

This div background color is #451589.


Border color

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

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

This div border color is #451589.


Opacity

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

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

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

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

This text has shadow with #451589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #451589 on black background.


Color preview on white background

This text has color #451589 on white background.



Black color preview on #451589 background

This text has black color on #451589 background.


White color preview on #451589 background

This text has white color on #451589 background.