COLOR #592399

HEX: #592399 RGB: (89,35,153)

Color info

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

RGB color model

#592399 color RGB value is (89,35,153).

RGB: (89,35,153) (35%, 14%, 60%)

RGB channels and saturation

R 89 of 255 = 35%
G 35 of 255 = 14%
B 153 of 255 = 60%

89
35
153

R + G + B ~ 36%. #592399 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 35 + 153 = 277 (100%)
R 89 of 277 ~ 32.13%
G 35 of 277 ~ 12.64%
B 153 of 277 ~ 55.23'%

%32.13
%12.64
%55.23

CMYK color model

#592399 color CMYK value is (42,77,0,40).

  • cyan value is 41.83%
  • magenta value is 77.12%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (42,77,0,40)
C42M77Y0K40 (42%, 77%, 0%, 40%)
(0.42 / 0.77 / 0.00 / 0.40)

CMYK percentages

%41.83
%77.12
%0
%40

Codes

Color #592399 in popluar color models

59 23 99
RGB 89 35 153
HSL 267° 62.77% 36.86%
HSB/HSV 267° 77.12% 60.00%
CMYK 41.83% 77.12% 0.00%
40.00%

Color #592399 in popluar number systems.

HEX 59 23 99
Decimal 89 35 153
Binary 1011001 100011 10011001
Octal 131 43 231

Shades and tints

Shades of #592399

#592399
(89,35,153)
#51208C
(81,32,140)
#491D7F
(73,29,127)
#411A72
(65,26,114)
#391765
(57,23,101)
#311458
(49,20,88)
#29114B
(41,17,75)
#210E3E
(33,14,62)
#190B31
(25,11,49)
#110824
(17,8,36)
#090517
(9,5,23)
#000000
(0,0,0)

Tints of #592399

#592399
(89,35,153)
#6837A2
(104,55,162)
#774BAB
(119,75,171)
#865FB4
(134,95,180)
#9573BD
(149,115,189)
#A487C6
(164,135,198)
#B39BCF
(179,155,207)
#C2AFD8
(194,175,216)
#D1C3E1
(209,195,225)
#E0D7EA
(224,215,234)
#EFEBF3
(239,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #592399 color. Also use rgb(89,35,153) instead hex code.

Text Font Color

.myTextColor { color: #592399; }

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

This text font color is #592399.

Background Color

.myBgColor { background-color: #592399; }

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

This div background color is #592399.

Border color

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

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

This div border color is #592399.

Opacity

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

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

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

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

This text has shadow with #592399 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #592399.

Preview

Color preview on black background

This text has color #592399 on black background.


Color preview on white background

This text has color #592399 on white background.


Black color preview on #592399 background

This text has black color on #592399 background.


White color preview on #592399 background

This text has white color on #592399 background.


Related colors

Complementary color

Complementary color for #hex is #A6DC66.


I love getcolorcode.com

Triadic colors

1 #995923 and #239959 with #592399 are triadic colors.

2 #992359 and #235999 with #592399 are triadic colors.