COLOR #592AA1

HEX: #592AA1 RGB: (89,42,161)

Color info

#592AA1 contains mainly blue color. Web safe color of #592AA1 is #663399 (or #639).

RGB color model

#592AA1 color RGB value is (89,42,161).

RGB: (89,42,161) (35%, 16%, 63%)

RGB channels and saturation

R 89 of 255 = 35%
G 42 of 255 = 16%
B 161 of 255 = 63%

89
42
161

R + G + B ~ 38%. #592AA1 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 42 + 161 = 292 (100%)
R 89 of 292 ~ 30.48%
G 42 of 292 ~ 14.38%
B 161 of 292 ~ 55.14'%

%30.48
%14.38
%55.14

CMYK color model

#592AA1 color CMYK value is (45,74,0,37).

  • cyan value is 44.72%
  • magenta value is 73.91%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (45,74,0,37)
C45M74Y0K37 (45%, 74%, 0%, 37%)
(0.45 / 0.74 / 0.00 / 0.37)

CMYK percentages

%44.72
%73.91
%0
%36.86

Codes

Color #592AA1 in popluar color models

59 2A A1
RGB 89 42 161
HSL 264° 58.62% 39.80%
HSB/HSV 264° 73.91% 63.14%
CMYK 44.72% 73.91% 0.00%
36.86%

Color #592AA1 in popluar number systems.

HEX 59 2A A1
Decimal 89 42 161
Binary 1011001 101010 10100001
Octal 131 52 241

Shades and tints

Shades of #592AA1

#592AA1
(89,42,161)
#512793
(81,39,147)
#492485
(73,36,133)
#412177
(65,33,119)
#391E69
(57,30,105)
#311B5B
(49,27,91)
#29184D
(41,24,77)
#21153F
(33,21,63)
#191231
(25,18,49)
#110F23
(17,15,35)
#090C15
(9,12,21)
#000000
(0,0,0)

Tints of #592AA1

#592AA1
(89,42,161)
#683DA9
(104,61,169)
#7750B1
(119,80,177)
#8663B9
(134,99,185)
#9576C1
(149,118,193)
#A489C9
(164,137,201)
#B39CD1
(179,156,209)
#C2AFD9
(194,175,217)
#D1C2E1
(209,194,225)
#E0D5E9
(224,213,233)
#EFE8F1
(239,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #592AA1 color. Also use rgb(89,42,161) instead hex code.

Text Font Color

.myTextColor { color: #592AA1; }

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

This text font color is #592AA1.

Background Color

.myBgColor { background-color: #592AA1; }

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

This div background color is #592AA1.

Border color

.myBorderColor { border: 1px solid #592AA1; }

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

This div border color is #592AA1.

Opacity

.myOpacity80 { color: #592AA1; opacity: 0.8; }

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

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

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

This text has shadow with #592AA1 color.


.textShadow {text-shadow: 3px 3px 1px #592AA1', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #592AA1; -webkit-box-shadow: 1px 1px 3px 2px #592AA1; box-shadow:1px 1px 3px 2px #592AA1;">
Div content here
</div>

This div box has shadow with color #592AA1.

Preview

Color preview on black background

This text has color #592AA1 on black background.


Color preview on white background

This text has color #592AA1 on white background.


Black color preview on #592AA1 background

This text has black color on #592AA1 background.


White color preview on #592AA1 background

This text has white color on #592AA1 background.


Related colors

Complementary color

Complementary color for #hex is #A6D55E.


I love getcolorcode.com

Triadic colors

1 #A1592A and #2AA159 with #592AA1 are triadic colors.

2 #A12A59 and #2A59A1 with #592AA1 are triadic colors.