COLOR #410F8B

HEX: #410F8B
RGB: (65,15,139)

Color info

#410F8B contains mainly blue color. Web safe color of #410F8B is #330099 (or #309).

RGB color model

#410F8B color RGB value is (65,15,139).

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

RGB channels and saturation

R 65 of 255 = 25%
G 15 of 255 = 6%
B 139 of 255 = 55%

65
15
139

R + G + B ~ 29%. #410F8B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 15 + 139 = 219 (100%)
R 65 of 219 ~ 29.68%
G 15 of 219 ~ 6.85%
B 139 of 219 ~ 63.47%

%29.68
%63.47

CMYK color model

#410F8B color CMYK value is (53,89,0,45).

  • cyan value is 53.24%
  • magenta value is 89.21%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(53,89,0,45)
C53M89Y0K45 
(53%,89%,0%,45%)
(0.53/0.89/0.00/0.45)	

CMYK percentages

%53.24
%89.21
%0
%45.49

Codes

Color #410F8B in popluar color models

410F8B
RGB6515139
HSL264°80.52%30.20%
HSB/HSV264°89.21%54.51%
CMYK53.24%89.21%0.00%
45.49%

Color #410F8B in popluar number systems.

HEX410F8B
Decimal6515139
Binary1000001111110001011
Octal10117213

Shades and tints

Shades of #410F8B

#410F8B
(65,15,139)
#3C0E7F
(60,14,127)
#370D73
(55,13,115)
#320C67
(50,12,103)
#2D0B5B
(45,11,91)
#280A4F
(40,10,79)
#230943
(35,9,67)
#1E0837
(30,8,55)
#19072B
(25,7,43)
#14061F
(20,6,31)
#0F0513
(15,5,19)
#000000
(0,0,0)

Tints of #410F8B

#410F8B
(65,15,139)
#522495
(82,36,149)
#63399F
(99,57,159)
#744EA9
(116,78,169)
#8563B3
(133,99,179)
#9678BD
(150,120,189)
#A78DC7
(167,141,199)
#B8A2D1
(184,162,209)
#C9B7DB
(201,183,219)
#DACCE5
(218,204,229)
#EBE1EF
(235,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #410F8B; }

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

This text font color is #410F8B.


Background Color

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

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

This div background color is #410F8B.


Border color

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

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

This div border color is #410F8B.


Opacity

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

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

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

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

This text has shadow with #410F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #410F8B on black background.


Color preview on white background

This text has color #410F8B on white background.



Black color preview on #410F8B background

This text has black color on #410F8B background.


White color preview on #410F8B background

This text has white color on #410F8B background.