COLOR #411259

HEX: #411259
RGB: (65,18,89)

Color info

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

RGB color model

#411259 color RGB value is (65,18,89).

  • red value is 65;
  • green value is 18;
  • blue value is 89.
RGB:
(65,18,89)
(25%,7%,35%)

RGB channels and saturation

R 65 of 255 = 25%
G 18 of 255 = 7%
B 89 of 255 = 35%

65
18
89

R + G + B ~ 22%. #411259 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 18 + 89 = 172 (100%)
R 65 of 172 ~ 37.79%
G 18 of 172 ~ 10.47%
B 89 of 172 ~ 51.74%

%37.79
%10.47
%51.74

CMYK color model

#411259 color CMYK value is (27,80,0,65).

  • cyan value is 26.97%
  • magenta value is 79.78%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(27,80,0,65)
C27M80Y0K65 
(27%,80%,0%,65%)
(0.27/0.80/0.00/0.65)	

CMYK percentages

%26.97
%79.78
%0
%65.1

Codes

Color #411259 in popluar color models

411259
RGB651889
HSL280°66.36%20.98%
HSB/HSV280°79.78%34.90%
CMYK26.97%79.78%0.00%
65.10%

Color #411259 in popluar number systems.

HEX411259
Decimal651889
Binary1000001100101011001
Octal10122131

Shades and tints

Shades of #411259

#411259
(65,18,89)
#3C1151
(60,17,81)
#371049
(55,16,73)
#320F41
(50,15,65)
#2D0E39
(45,14,57)
#280D31
(40,13,49)
#230C29
(35,12,41)
#1E0B21
(30,11,33)
#190A19
(25,10,25)
#140911
(20,9,17)
#0F0809
(15,8,9)
#000000
(0,0,0)

Tints of #411259

#411259
(65,18,89)
#522768
(82,39,104)
#633C77
(99,60,119)
#745186
(116,81,134)
#856695
(133,102,149)
#967BA4
(150,123,164)
#A790B3
(167,144,179)
#B8A5C2
(184,165,194)
#C9BAD1
(201,186,209)
#DACFE0
(218,207,224)
#EBE4EF
(235,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #411259 color. Also use rgb(65,18,89) instead hex code.

Text Font Color

.myTextColor { color: #411259; }

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

This text font color is #411259.


Background Color

.myBgColor { background-color: #411259; }

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

This div background color is #411259.


Border color

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

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

This div border color is #411259.


Opacity

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

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

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

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

This text has shadow with #411259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411259 on black background.


Color preview on white background

This text has color #411259 on white background.



Black color preview on #411259 background

This text has black color on #411259 background.


White color preview on #411259 background

This text has white color on #411259 background.