COLOR #410F63

HEX: #410F63
RGB: (65,15,99)

Color info

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

RGB color model

#410F63 color RGB value is (65,15,99).

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

RGB channels and saturation

R 65 of 255 = 25%
G 15 of 255 = 6%
B 99 of 255 = 39%

65
15
99

R + G + B ~ 23%. #410F63 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 15 + 99 = 179 (100%)
R 65 of 179 ~ 36.31%
G 15 of 179 ~ 8.38%
B 99 of 179 ~ 55.31%

%36.31
%55.31

CMYK color model

#410F63 color CMYK value is (34,85,0,61).

  • cyan value is 34.34%
  • magenta value is 84.85%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(34,85,0,61)
C34M85Y0K61 
(34%,85%,0%,61%)
(0.34/0.85/0.00/0.61)	

CMYK percentages

%34.34
%84.85
%0
%61.18

Codes

Color #410F63 in popluar color models

410F63
RGB651599
HSL276°73.68%22.35%
HSB/HSV276°84.85%38.82%
CMYK34.34%84.85%0.00%
61.18%

Color #410F63 in popluar number systems.

HEX410F63
Decimal651599
Binary100000111111100011
Octal10117143

Shades and tints

Shades of #410F63

#410F63
(65,15,99)
#3C0E5A
(60,14,90)
#370D51
(55,13,81)
#320C48
(50,12,72)
#2D0B3F
(45,11,63)
#280A36
(40,10,54)
#23092D
(35,9,45)
#1E0824
(30,8,36)
#19071B
(25,7,27)
#140612
(20,6,18)
#0F0509
(15,5,9)
#000000
(0,0,0)

Tints of #410F63

#410F63
(65,15,99)
#522471
(82,36,113)
#63397F
(99,57,127)
#744E8D
(116,78,141)
#85639B
(133,99,155)
#9678A9
(150,120,169)
#A78DB7
(167,141,183)
#B8A2C5
(184,162,197)
#C9B7D3
(201,183,211)
#DACCE1
(218,204,225)
#EBE1EF
(235,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #410F63; }

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

This text font color is #410F63.


Background Color

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

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

This div background color is #410F63.


Border color

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

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

This div border color is #410F63.


Opacity

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

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

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

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

This text has shadow with #410F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #410F63 on black background.


Color preview on white background

This text has color #410F63 on white background.



Black color preview on #410F63 background

This text has black color on #410F63 background.


White color preview on #410F63 background

This text has white color on #410F63 background.