COLOR #410C78

HEX: #410C78 RGB: (65,12,120)

Color info

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

RGB color model

#410C78 color RGB value is (65,12,120).

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

RGB channels and saturation

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

65
12
120

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

Portions of RGB colors in percentages

R + G + B = 65 + 12 + 120 = 197 (100%)
R 65 of 197 ~ 32.99%
G 12 of 197 ~ 6.09%
B 120 of 197 ~ 60.91'%

%32.99
%60.91

CMYK color model

#410C78 color CMYK value is (46,90,0,53).

  • cyan value is 45.83%
  • magenta value is 90.00%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (46,90,0,53)
C46M90Y0K53 (46%, 90%, 0%, 53%)
(0.46 / 0.90 / 0.00 / 0.53)

CMYK percentages

%45.83
%90
%0
%52.94

Codes

Color #410C78 in popluar color models

41 0C 78
RGB 65 12 120
HSL 269° 81.82% 25.88%
HSB/HSV 269° 90.00% 47.06%
CMYK 45.83% 90.00% 0.00%
52.94%

Color #410C78 in popluar number systems.

HEX 41 0C 78
Decimal 65 12 120
Binary 1000001 1100 1111000
Octal 101 14 170

Shades and tints

Shades of #410C78

#410C78
(65,12,120)
#3C0B6E
(60,11,110)
#370A64
(55,10,100)
#32095A
(50,9,90)
#2D0850
(45,8,80)
#280746
(40,7,70)
#23063C
(35,6,60)
#1E0532
(30,5,50)
#190428
(25,4,40)
#14031E
(20,3,30)
#0F0214
(15,2,20)
#000000
(0,0,0)

Tints of #410C78

#410C78
(65,12,120)
#522284
(82,34,132)
#633890
(99,56,144)
#744E9C
(116,78,156)
#8564A8
(133,100,168)
#967AB4
(150,122,180)
#A790C0
(167,144,192)
#B8A6CC
(184,166,204)
#C9BCD8
(201,188,216)
#DAD2E4
(218,210,228)
#EBE8F0
(235,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #410C78; }

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

This text font color is #410C78.

Background Color

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

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

This div background color is #410C78.

Border color

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

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

This div border color is #410C78.

Opacity

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

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

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

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

This text has shadow with #410C78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #410C78.

Preview

Color preview on black background

This text has color #410C78 on black background.


Color preview on white background

This text has color #410C78 on white background.


Black color preview on #410C78 background

This text has black color on #410C78 background.


White color preview on #410C78 background

This text has white color on #410C78 background.


Related colors

Complementary color

Complementary color for #hex is #BEF387.


I love getcolorcode.com

Triadic colors

1 #78410C and #0C7841 with #410C78 are triadic colors.

2 #780C41 and #0C4178 with #410C78 are triadic colors.