COLOR #340063

HEX: #340063 RGB: (52,0,99)

Color info

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

RGB color model

#340063 color RGB value is (52,0,99).

RGB: (52,0,99) (20%, 0%, 39%)

RGB channels and saturation

R 52 of 255 = 20%
G 0 of 255 = 0%
B 99 of 255 = 39%

52
0
99

R + G + B ~ 20%. #340063 is dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 0 + 99 = 151 (100%)
R 52 of 151 ~ 34.44%
G 0 of 151 ~ 0%
B 99 of 151 ~ 65.56'%

%34.44
%65.56

CMYK color model

#340063 color CMYK value is (47,100,0,61).

  • cyan value is 47.47%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (47,100,0,61)
C47M100Y0K61 (47%, 100%, 0%, 61%)
(0.47 / 1.00 / 0.00 / 0.61)

CMYK percentages

%47.47
%100
%0
%61.18

Codes

Color #340063 in popluar color models

34 00 63
RGB 52 0 99
HSL 272° 100.00% 19.41%
HSB/HSV 272° 100.00% 38.82%
CMYK 47.47% 100.00% 0.00%
61.18%

Color #340063 in popluar number systems.

HEX 34 00 63
Decimal 52 0 99
Binary 110100 0 1100011
Octal 64 0 143

Shades and tints

Shades of #340063

#340063
(52,0,99)
#30005A
(48,0,90)
#2C0051
(44,0,81)
#280048
(40,0,72)
#24003F
(36,0,63)
#200036
(32,0,54)
#1C002D
(28,0,45)
#180024
(24,0,36)
#14001B
(20,0,27)
#100012
(16,0,18)
#0C0009
(12,0,9)
#000000
(0,0,0)

Tints of #340063

#340063
(52,0,99)
#461771
(70,23,113)
#582E7F
(88,46,127)
#6A458D
(106,69,141)
#7C5C9B
(124,92,155)
#8E73A9
(142,115,169)
#A08AB7
(160,138,183)
#B2A1C5
(178,161,197)
#C4B8D3
(196,184,211)
#D6CFE1
(214,207,225)
#E8E6EF
(232,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #340063 color. Also use rgb(52,0,99) instead hex code.

Text Font Color

.myTextColor { color: #340063; }

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

This text font color is #340063.

Background Color

.myBgColor { background-color: #340063; }

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

This div background color is #340063.

Border color

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

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

This div border color is #340063.

Opacity

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

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

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

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

This text has shadow with #340063 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #340063.

Preview

Color preview on black background

This text has color #340063 on black background.


Color preview on white background

This text has color #340063 on white background.


Black color preview on #340063 background

This text has black color on #340063 background.


White color preview on #340063 background

This text has white color on #340063 background.


Related colors

Complementary color

Complementary color for #hex is #CBFF9C.


I love getcolorcode.com

Triadic colors

1 #633400 and #006334 with #340063 are triadic colors.

2 #630034 and #003463 with #340063 are triadic colors.