COLOR #411463

HEX: #411463
RGB: (65,20,99)

Color info

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

RGB color model

#411463 color RGB value is (65,20,99).

  • red value is 65;
  • green value is 20;
  • blue value is 99.
RGB:
(65,20,99)
(25%,8%,39%)

RGB channels and saturation

R 65 of 255 = 25%
G 20 of 255 = 8%
B 99 of 255 = 39%

65
20
99

R + G + B ~ 24%. #411463 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 20 + 99 = 184 (100%)
R 65 of 184 ~ 35.33%
G 20 of 184 ~ 10.87%
B 99 of 184 ~ 53.8%

%35.33
%10.87
%53.8

CMYK color model

#411463 color CMYK value is (34,80,0,61).

  • cyan value is 34.34%
  • magenta value is 79.80%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(34,80,0,61)
C34M80Y0K61 
(34%,80%,0%,61%)
(0.34/0.80/0.00/0.61)	

CMYK percentages

%34.34
%79.8
%0
%61.18

Codes

Color #411463 in popluar color models

411463
RGB652099
HSL274°66.39%23.33%
HSB/HSV274°79.80%38.82%
CMYK34.34%79.80%0.00%
61.18%

Color #411463 in popluar number systems.

HEX411463
Decimal652099
Binary1000001101001100011
Octal10124143

Shades and tints

Shades of #411463

#411463
(65,20,99)
#3C135A
(60,19,90)
#371251
(55,18,81)
#321148
(50,17,72)
#2D103F
(45,16,63)
#280F36
(40,15,54)
#230E2D
(35,14,45)
#1E0D24
(30,13,36)
#190C1B
(25,12,27)
#140B12
(20,11,18)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #411463

#411463
(65,20,99)
#522971
(82,41,113)
#633E7F
(99,62,127)
#74538D
(116,83,141)
#85689B
(133,104,155)
#967DA9
(150,125,169)
#A792B7
(167,146,183)
#B8A7C5
(184,167,197)
#C9BCD3
(201,188,211)
#DAD1E1
(218,209,225)
#EBE6EF
(235,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #411463 color. Also use rgb(65,20,99) instead hex code.

Text Font Color

.myTextColor { color: #411463; }

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

This text font color is #411463.


Background Color

.myBgColor { background-color: #411463; }

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

This div background color is #411463.


Border color

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

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

This div border color is #411463.


Opacity

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

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

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

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

This text has shadow with #411463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411463 on black background.


Color preview on white background

This text has color #411463 on white background.



Black color preview on #411463 background

This text has black color on #411463 background.


White color preview on #411463 background

This text has white color on #411463 background.