COLOR #3B1780

HEX: #3B1780
RGB: (59,23,128)

Color info

#3B1780 contains mainly blue color. Web safe color of #3B1780 is #330066 (or #306).

RGB color model

#3B1780 color RGB value is (59,23,128).

  • red value is 59;
  • green value is 23;
  • blue value is 128.
RGB:
(59,23,128)
(23%,9%,50%)

RGB channels and saturation

R 59 of 255 = 23%
G 23 of 255 = 9%
B 128 of 255 = 50%

59
23
128

R + G + B ~ 27%. #3B1780 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 23 + 128 = 210 (100%)
R 59 of 210 ~ 28.1%
G 23 of 210 ~ 10.95%
B 128 of 210 ~ 60.95%

%28.1
%10.95
%60.95

CMYK color model

#3B1780 color CMYK value is (54,82,0,50).

  • cyan value is 53.91%
  • magenta value is 82.03%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(54,82,0,50)
C54M82Y0K50 
(54%,82%,0%,50%)
(0.54/0.82/0.00/0.50)	

CMYK percentages

%53.91
%82.03
%0
%49.8

Codes

Color #3B1780 in popluar color models

3B1780
RGB5923128
HSL261°69.54%29.61%
HSB/HSV261°82.03%50.20%
CMYK53.91%82.03%0.00%
49.80%

Color #3B1780 in popluar number systems.

HEX3B1780
Decimal5923128
Binary1110111011110000000
Octal7327200

Shades and tints

Shades of #3B1780

#3B1780
(59,23,128)
#361575
(54,21,117)
#31136A
(49,19,106)
#2C115F
(44,17,95)
#270F54
(39,15,84)
#220D49
(34,13,73)
#1D0B3E
(29,11,62)
#180933
(24,9,51)
#130728
(19,7,40)
#0E051D
(14,5,29)
#090312
(9,3,18)
#000000
(0,0,0)

Tints of #3B1780

#3B1780
(59,23,128)
#4C2C8B
(76,44,139)
#5D4196
(93,65,150)
#6E56A1
(110,86,161)
#7F6BAC
(127,107,172)
#9080B7
(144,128,183)
#A195C2
(161,149,194)
#B2AACD
(178,170,205)
#C3BFD8
(195,191,216)
#D4D4E3
(212,212,227)
#E5E9EE
(229,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B1780 color. Also use rgb(59,23,128) instead hex code.

Text Font Color

.myTextColor { color: #3B1780; }

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

This text font color is #3B1780.


Background Color

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

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

This div background color is #3B1780.


Border color

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

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

This div border color is #3B1780.


Opacity

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

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

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

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

This text has shadow with #3B1780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B1780 on black background.


Color preview on white background

This text has color #3B1780 on white background.



Black color preview on #3B1780 background

This text has black color on #3B1780 background.


White color preview on #3B1780 background

This text has white color on #3B1780 background.