COLOR #410C77

HEX: #410C77 RGB: (65,12,119)

Color info

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

RGB color model

#410C77 color RGB value is (65,12,119).

RGB: (65,12,119) (25%, 5%, 47%)

RGB channels and saturation

R 65 of 255 = 25%
G 12 of 255 = 5%
B 119 of 255 = 47%

65
12
119

R + G + B ~ 26%. #410C77 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 12 + 119 = 196 (100%)
R 65 of 196 ~ 33.16%
G 12 of 196 ~ 6.12%
B 119 of 196 ~ 60.71'%

%33.16
%60.71

CMYK color model

#410C77 color CMYK value is (45,90,0,53).

  • cyan value is 45.38%
  • magenta value is 89.92%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK: (45,90,0,53) C45M90Y0K53 (45%,90%,0%,53%) (0.45/0.90/0.00/0.53) 

CMYK percentages

%45.38
%89.92
%0
%53.33

Codes

Color #410C77 in popluar color models

41 0C 77
RGB 65 12 119
HSL 270° 81.68% 25.69%
HSB/HSV 270° 89.92% 46.67%
CMYK 45.38% 89.92% 0.00%
53.33%

Color #410C77 in popluar number systems.

HEX 41 0C 77
Decimal 65 12 119
Binary 1000001 1100 1110111
Octal 101 14 167

Shades and tints

Shades of #410C77

#410C77
(65,12,119)
#3C0B6D
(60,11,109)
#370A63
(55,10,99)
#320959
(50,9,89)
#2D084F
(45,8,79)
#280745
(40,7,69)
#23063B
(35,6,59)
#1E0531
(30,5,49)
#190427
(25,4,39)
#14031D
(20,3,29)
#0F0213
(15,2,19)
#000000
(0,0,0)

Tints of #410C77

#410C77
(65,12,119)
#522283
(82,34,131)
#63388F
(99,56,143)
#744E9B
(116,78,155)
#8564A7
(133,100,167)
#967AB3
(150,122,179)
#A790BF
(167,144,191)
#B8A6CB
(184,166,203)
#C9BCD7
(201,188,215)
#DAD2E3
(218,210,227)
#EBE8EF
(235,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #410C77 color. Also use rgb(65,12,119) instead hex code.

Text Font Color

.myTextColor { color: #410C77; }

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

This text font color is #410C77.

Background Color

.myBgColor { background-color: #410C77; }

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

This div background color is #410C77.

Border color

.myBorderColor { border: 1px solid #410C77; }

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

This div border color is #410C77.

Opacity

.myOpacity80 { color: #410C77; opacity: 0.8; }

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

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

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

This text has shadow with #410C77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #410C77.

Preview

Color preview on black background

This text has color #410C77 on black background.


Color preview on white background

This text has color #410C77 on white background.


Black color preview on #410C77 background

This text has black color on #410C77 background.


White color preview on #410C77 background

This text has white color on #410C77 background.


Related colors

Complementary color

Complementary color for #hex is #BEF388.


I love getcolorcode.com

Triadic colors

1 #77410C and #0C7741 with #410C77 are triadic colors.

2 #770C41 and #0C4177 with #410C77 are triadic colors.