COLOR #340555

HEX: #340555 RGB: (52,5,85)

Color info

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

RGB color model

#340555 color RGB value is (52,5,85).

RGB: (52,5,85) (20%, 2%, 33%)

RGB channels and saturation

R 52 of 255 = 20%
G 5 of 255 = 2%
B 85 of 255 = 33%

52
5
85

R + G + B ~ 18%. #340555 is dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 5 + 85 = 142 (100%)
R 52 of 142 ~ 36.62%
G 5 of 142 ~ 3.52%
B 85 of 142 ~ 59.86'%

%36.62
%59.86

CMYK color model

#340555 color CMYK value is (39,94,0,67).

  • cyan value is 38.82%
  • magenta value is 94.12%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK: (39,94,0,67) C39M94Y0K67 (39%,94%,0%,67%) (0.39/0.94/0.00/0.67) 

CMYK percentages

%38.82
%94.12
%0
%66.67

Codes

Color #340555 in popluar color models

34 05 55
RGB 52 5 85
HSL 275° 88.89% 17.65%
HSB/HSV 275° 94.12% 33.33%
CMYK 38.82% 94.12% 0.00%
66.67%

Color #340555 in popluar number systems.

HEX 34 05 55
Decimal 52 5 85
Binary 110100 101 1010101
Octal 64 5 125

Shades and tints

Shades of #340555

#340555
(52,5,85)
#30054E
(48,5,78)
#2C0547
(44,5,71)
#280540
(40,5,64)
#240539
(36,5,57)
#200532
(32,5,50)
#1C052B
(28,5,43)
#180524
(24,5,36)
#14051D
(20,5,29)
#100516
(16,5,22)
#0C050F
(12,5,15)
#000000
(0,0,0)

Tints of #340555

#340555
(52,5,85)
#461B64
(70,27,100)
#583173
(88,49,115)
#6A4782
(106,71,130)
#7C5D91
(124,93,145)
#8E73A0
(142,115,160)
#A089AF
(160,137,175)
#B29FBE
(178,159,190)
#C4B5CD
(196,181,205)
#D6CBDC
(214,203,220)
#E8E1EB
(232,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #340555 color. Also use rgb(52,5,85) instead hex code.

Text Font Color

.myTextColor { color: #340555; }

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

This text font color is #340555.

Background Color

.myBgColor { background-color: #340555; }

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

This div background color is #340555.

Border color

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

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

This div border color is #340555.

Opacity

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

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

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

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

This text has shadow with #340555 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #340555.

Preview

Color preview on black background

This text has color #340555 on black background.


Color preview on white background

This text has color #340555 on white background.


Black color preview on #340555 background

This text has black color on #340555 background.


White color preview on #340555 background

This text has white color on #340555 background.


Related colors

Complementary color

Complementary color for #hex is #CBFAAA.


I love getcolorcode.com

Triadic colors

1 #553405 and #055534 with #340555 are triadic colors.

2 #550534 and #053455 with #340555 are triadic colors.