COLOR #351561

HEX: #351561 RGB: (53,21,97)

Color info

#351561 contains mainly red and blue colors. Web safe color of #351561 is #330066 (or #306).

RGB color model

#351561 color RGB value is (53,21,97).

RGB: (53,21,97) (21%, 8%, 38%)

RGB channels and saturation

R 53 of 255 = 21%
G 21 of 255 = 8%
B 97 of 255 = 38%

53
21
97

R + G + B ~ 22%. #351561 is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 21 + 97 = 171 (100%)
R 53 of 171 ~ 30.99%
G 21 of 171 ~ 12.28%
B 97 of 171 ~ 56.73'%

%30.99
%12.28
%56.73

CMYK color model

#351561 color CMYK value is (45,78,0,62).

  • cyan value is 45.36%
  • magenta value is 78.35%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK: (45,78,0,62) C45M78Y0K62 (45%,78%,0%,62%) (0.45/0.78/0.00/0.62) 

CMYK percentages

%45.36
%78.35
%0
%61.96

Codes

Color #351561 in popluar color models

35 15 61
RGB 53 21 97
HSL 265° 64.41% 23.14%
HSB/HSV 265° 78.35% 38.04%
CMYK 45.36% 78.35% 0.00%
61.96%

Color #351561 in popluar number systems.

HEX 35 15 61
Decimal 53 21 97
Binary 110101 10101 1100001
Octal 65 25 141

Shades and tints

Shades of #351561

#351561
(53,21,97)
#311459
(49,20,89)
#2D1351
(45,19,81)
#291249
(41,18,73)
#251141
(37,17,65)
#211039
(33,16,57)
#1D0F31
(29,15,49)
#190E29
(25,14,41)
#150D21
(21,13,33)
#110C19
(17,12,25)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #351561

#351561
(53,21,97)
#472A6F
(71,42,111)
#593F7D
(89,63,125)
#6B548B
(107,84,139)
#7D6999
(125,105,153)
#8F7EA7
(143,126,167)
#A193B5
(161,147,181)
#B3A8C3
(179,168,195)
#C5BDD1
(197,189,209)
#D7D2DF
(215,210,223)
#E9E7ED
(233,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #351561 color. Also use rgb(53,21,97) instead hex code.

Text Font Color

.myTextColor { color: #351561; }

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

This text font color is #351561.

Background Color

.myBgColor { background-color: #351561; }

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

This div background color is #351561.

Border color

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

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

This div border color is #351561.

Opacity

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

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

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

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

This text has shadow with #351561 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #351561.

Preview

Color preview on black background

This text has color #351561 on black background.


Color preview on white background

This text has color #351561 on white background.


Black color preview on #351561 background

This text has black color on #351561 background.


White color preview on #351561 background

This text has white color on #351561 background.


Related colors

Complementary color

Complementary color for #hex is #CAEA9E.


I love getcolorcode.com

Triadic colors

1 #613515 and #156135 with #351561 are triadic colors.

2 #611535 and #153561 with #351561 are triadic colors.