COLOR #410530

HEX: #410530 RGB: (65,5,48)

Color info

#410530 contains mainly red and blue colors. Web safe color of #410530 is #330033 (or #303).

RGB color model

#410530 color RGB value is (65,5,48).

RGB: (65,5,48) (25%, 2%, 19%)

RGB channels and saturation

R 65 of 255 = 25%
G 5 of 255 = 2%
B 48 of 255 = 19%

65
5
48

R + G + B ~ 15%. #410530 is dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 5 + 48 = 118 (100%)
R 65 of 118 ~ 55.08%
G 5 of 118 ~ 4.24%
B 48 of 118 ~ 40.68'%

%55.08
%40.68

CMYK color model

#410530 color CMYK value is (0,92,26,75).

  • cyan value is 0.00%
  • magenta value is 92.31%
  • yellow value is 26.15%
  • key color value is 74.51%

CMYK: (0,92,26,75)
C0M92Y26K75 (0%, 92%, 26%, 75%)
(0.00 / 0.92 / 0.26 / 0.75)

CMYK percentages

%0
%92.31
%26.15
%74.51

Codes

Color #410530 in popluar color models

41 05 30
RGB 65 5 48
HSL 317° 85.71% 13.73%
HSB/HSV 317° 92.31% 25.49%
CMYK 0.00% 92.31% 26.15%
74.51%

Color #410530 in popluar number systems.

HEX 41 05 30
Decimal 65 5 48
Binary 1000001 101 110000
Octal 101 5 60

Shades and tints

Shades of #410530

#410530
(65,5,48)
#3C052C
(60,5,44)
#370528
(55,5,40)
#320524
(50,5,36)
#2D0520
(45,5,32)
#28051C
(40,5,28)
#230518
(35,5,24)
#1E0514
(30,5,20)
#190510
(25,5,16)
#14050C
(20,5,12)
#0F0508
(15,5,8)
#000000
(0,0,0)

Tints of #410530

#410530
(65,5,48)
#521B42
(82,27,66)
#633154
(99,49,84)
#744766
(116,71,102)
#855D78
(133,93,120)
#96738A
(150,115,138)
#A7899C
(167,137,156)
#B89FAE
(184,159,174)
#C9B5C0
(201,181,192)
#DACBD2
(218,203,210)
#EBE1E4
(235,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #410530 color. Also use rgb(65,5,48) instead hex code.

Text Font Color

.myTextColor { color: #410530; }

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

This text font color is #410530.

Background Color

.myBgColor { background-color: #410530; }

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

This div background color is #410530.

Border color

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

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

This div border color is #410530.

Opacity

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

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

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

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

This text has shadow with #410530 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #410530.

Preview

Color preview on black background

This text has color #410530 on black background.


Color preview on white background

This text has color #410530 on white background.


Black color preview on #410530 background

This text has black color on #410530 background.


White color preview on #410530 background

This text has white color on #410530 background.


Related colors

Complementary color

Complementary color for #hex is #BEFACF.


I love getcolorcode.com

Triadic colors

1 #304105 and #053041 with #410530 are triadic colors.

2 #300541 and #054130 with #410530 are triadic colors.