COLOR #3C0081

HEX: #3C0081
RGB: (60,0,129)

Color info

#3C0081 contains mainly blue color. Web safe color of #3C0081 is #330099 (or #309).

RGB color model

#3C0081 color RGB value is (60,0,129).

  • red value is 60;
  • green value is 0;
  • blue value is 129.
RGB:
(60,0,129)
(24%,0%,51%)

RGB channels and saturation

R 60 of 255 = 24%
G 0 of 255 = 0%
B 129 of 255 = 51%

60
0
129

R + G + B ~ 25%. #3C0081 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 0 + 129 = 189 (100%)
R 60 of 189 ~ 31.75%
G 0 of 189 ~ 0%
B 129 of 189 ~ 68.25%

%31.75
%68.25

CMYK color model

#3C0081 color CMYK value is (53,100,0,49).

  • cyan value is 53.49%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(53,100,0,49)
C53M100Y0K49 
(53%,100%,0%,49%)
(0.53/1.00/0.00/0.49)	

CMYK percentages

%53.49
%100
%0
%49.41

Codes

Color #3C0081 in popluar color models

3C0081
RGB600129
HSL268°100.00%25.29%
HSB/HSV268°100.00%50.59%
CMYK53.49%100.00%0.00%
49.41%

Color #3C0081 in popluar number systems.

HEX3C0081
Decimal600129
Binary111100010000001
Octal740201

Shades and tints

Shades of #3C0081

#3C0081
(60,0,129)
#370076
(55,0,118)
#32006B
(50,0,107)
#2D0060
(45,0,96)
#280055
(40,0,85)
#23004A
(35,0,74)
#1E003F
(30,0,63)
#190034
(25,0,52)
#140029
(20,0,41)
#0F001E
(15,0,30)
#0A0013
(10,0,19)
#000000
(0,0,0)

Tints of #3C0081

#3C0081
(60,0,129)
#4D178C
(77,23,140)
#5E2E97
(94,46,151)
#6F45A2
(111,69,162)
#805CAD
(128,92,173)
#9173B8
(145,115,184)
#A28AC3
(162,138,195)
#B3A1CE
(179,161,206)
#C4B8D9
(196,184,217)
#D5CFE4
(213,207,228)
#E6E6EF
(230,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C0081 color. Also use rgb(60,0,129) instead hex code.

Text Font Color

.myTextColor { color: #3C0081; }

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

This text font color is #3C0081.


Background Color

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

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

This div background color is #3C0081.


Border color

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

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

This div border color is #3C0081.


Opacity

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

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

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

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

This text has shadow with #3C0081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C0081 on black background.


Color preview on white background

This text has color #3C0081 on white background.



Black color preview on #3C0081 background

This text has black color on #3C0081 background.


White color preview on #3C0081 background

This text has white color on #3C0081 background.