COLOR #331063

HEX: #331063
RGB: (51,16,99)

Color info

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

RGB color model

#331063 color RGB value is (51,16,99).

  • red value is 51;
  • green value is 16;
  • blue value is 99.
RGB:
(51,16,99)
(20%,6%,39%)

RGB channels and saturation

R 51 of 255 = 20%
G 16 of 255 = 6%
B 99 of 255 = 39%

51
16
99

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

Portions of RGB colors in percentages

R + G + B =
51 + 16 + 99 = 166 (100%)
R 51 of 166 ~ 30.72%
G 16 of 166 ~ 9.64%
B 99 of 166 ~ 59.64%

%30.72
%9.64
%59.64

CMYK color model

#331063 color CMYK value is (48,84,0,61).

  • cyan value is 48.48%
  • magenta value is 83.84%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(48,84,0,61)
C48M84Y0K61 
(48%,84%,0%,61%)
(0.48/0.84/0.00/0.61)	

CMYK percentages

%48.48
%83.84
%0
%61.18

Codes

Color #331063 in popluar color models

331063
RGB511699
HSL265°72.17%22.55%
HSB/HSV265°83.84%38.82%
CMYK48.48%83.84%0.00%
61.18%

Color #331063 in popluar number systems.

HEX331063
Decimal511699
Binary110011100001100011
Octal6320143

Shades and tints

Shades of #331063

#331063
(51,16,99)
#2F0F5A
(47,15,90)
#2B0E51
(43,14,81)
#270D48
(39,13,72)
#230C3F
(35,12,63)
#1F0B36
(31,11,54)
#1B0A2D
(27,10,45)
#170924
(23,9,36)
#13081B
(19,8,27)
#0F0712
(15,7,18)
#0B0609
(11,6,9)
#000000
(0,0,0)

Tints of #331063

#331063
(51,16,99)
#452571
(69,37,113)
#573A7F
(87,58,127)
#694F8D
(105,79,141)
#7B649B
(123,100,155)
#8D79A9
(141,121,169)
#9F8EB7
(159,142,183)
#B1A3C5
(177,163,197)
#C3B8D3
(195,184,211)
#D5CDE1
(213,205,225)
#E7E2EF
(231,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #331063 color. Also use rgb(51,16,99) instead hex code.

Text Font Color

.myTextColor { color: #331063; }

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

This text font color is #331063.


Background Color

.myBgColor { background-color: #331063; }

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

This div background color is #331063.


Border color

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

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

This div border color is #331063.


Opacity

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

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

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

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

This text has shadow with #331063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #331063 on black background.


Color preview on white background

This text has color #331063 on white background.



Black color preview on #331063 background

This text has black color on #331063 background.


White color preview on #331063 background

This text has white color on #331063 background.