COLOR #3A3159

HEX: #3A3159 RGB: (58,49,89)

Color info

#3A3159 contains red, green and blue colors in about the same proportion. Web safe color of #3A3159 is #333366 (or #336).

RGB color model

#3A3159 color RGB value is (58,49,89).

RGB: (58,49,89) (23%, 19%, 35%)

RGB channels and saturation

R 58 of 255 = 23%
G 49 of 255 = 19%
B 89 of 255 = 35%

58
49
89

R + G + B ~ 26%. #3A3159 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 49 + 89 = 196 (100%)
R 58 of 196 ~ 29.59%
G 49 of 196 ~ 25%
B 89 of 196 ~ 45.41'%

%29.59
%25
%45.41

CMYK color model

#3A3159 color CMYK value is (35,45,0,65).

  • cyan value is 34.83%
  • magenta value is 44.94%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (35,45,0,65)
C35M45Y0K65 (35%, 45%, 0%, 65%)
(0.35 / 0.45 / 0.00 / 0.65)

CMYK percentages

%34.83
%44.94
%0
%65.1

Codes

Color #3A3159 in popluar color models

3A 31 59
RGB 58 49 89
HSL 254° 28.99% 27.06%
HSB/HSV 254° 44.94% 34.90%
CMYK 34.83% 44.94% 0.00%
65.10%

Color #3A3159 in popluar number systems.

HEX 3A 31 59
Decimal 58 49 89
Binary 111010 110001 1011001
Octal 72 61 131

Shades and tints

Shades of #3A3159

#3A3159
(58,49,89)
#352D51
(53,45,81)
#302949
(48,41,73)
#2B2541
(43,37,65)
#262139
(38,33,57)
#211D31
(33,29,49)
#1C1929
(28,25,41)
#171521
(23,21,33)
#121119
(18,17,25)
#0D0D11
(13,13,17)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #3A3159

#3A3159
(58,49,89)
#4B4368
(75,67,104)
#5C5577
(92,85,119)
#6D6786
(109,103,134)
#7E7995
(126,121,149)
#8F8BA4
(143,139,164)
#A09DB3
(160,157,179)
#B1AFC2
(177,175,194)
#C2C1D1
(194,193,209)
#D3D3E0
(211,211,224)
#E4E5EF
(228,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A3159 color. Also use rgb(58,49,89) instead hex code.

Text Font Color

.myTextColor { color: #3A3159; }

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

This text font color is #3A3159.

Background Color

.myBgColor { background-color: #3A3159; }

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

This div background color is #3A3159.

Border color

.myBorderColor { border: 1px solid #3A3159; }

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

This div border color is #3A3159.

Opacity

.myOpacity80 { color: #3A3159; opacity: 0.8; }

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

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

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

This text has shadow with #3A3159 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A3159.

Preview

Color preview on black background

This text has color #3A3159 on black background.


Color preview on white background

This text has color #3A3159 on white background.


Black color preview on #3A3159 background

This text has black color on #3A3159 background.


White color preview on #3A3159 background

This text has white color on #3A3159 background.


Related colors

Complementary color

Complementary color for #hex is #C5CEA6.


I love getcolorcode.com

Triadic colors

1 #593A31 and #31593A with #3A3159 are triadic colors.

2 #59313A and #313A59 with #3A3159 are triadic colors.