COLOR #410199

HEX: #410199
RGB: (65,1,153)

Color info

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

RGB color model

#410199 color RGB value is (65,1,153).

  • red value is 65;
  • green value is 1;
  • blue value is 153.
RGB:
(65,1,153)
(25%,0%,60%)

RGB channels and saturation

R 65 of 255 = 25%
G 1 of 255 = 0%
B 153 of 255 = 60%

65
1
153

R + G + B ~ 28%. #410199 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 1 + 153 = 219 (100%)
R 65 of 219 ~ 29.68%
G 1 of 219 ~ 0.46%
B 153 of 219 ~ 69.86%

%29.68
%69.86

CMYK color model

#410199 color CMYK value is (58,99,0,40).

  • cyan value is 57.52%
  • magenta value is 99.35%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(58,99,0,40)
C58M99Y0K40 
(58%,99%,0%,40%)
(0.58/0.99/0.00/0.40)	

CMYK percentages

%57.52
%99.35
%0
%40

Codes

Color #410199 in popluar color models

410199
RGB651153
HSL265°98.70%30.20%
HSB/HSV265°99.35%60.00%
CMYK57.52%99.35%0.00%
40.00%

Color #410199 in popluar number systems.

HEX410199
Decimal651153
Binary1000001110011001
Octal1011231

Shades and tints

Shades of #410199

#410199
(65,1,153)
#3C018C
(60,1,140)
#37017F
(55,1,127)
#320172
(50,1,114)
#2D0165
(45,1,101)
#280158
(40,1,88)
#23014B
(35,1,75)
#1E013E
(30,1,62)
#190131
(25,1,49)
#140124
(20,1,36)
#0F0117
(15,1,23)
#000000
(0,0,0)

Tints of #410199

#410199
(65,1,153)
#5218A2
(82,24,162)
#632FAB
(99,47,171)
#7446B4
(116,70,180)
#855DBD
(133,93,189)
#9674C6
(150,116,198)
#A78BCF
(167,139,207)
#B8A2D8
(184,162,216)
#C9B9E1
(201,185,225)
#DAD0EA
(218,208,234)
#EBE7F3
(235,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #410199 color. Also use rgb(65,1,153) instead hex code.

Text Font Color

.myTextColor { color: #410199; }

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

This text font color is #410199.


Background Color

.myBgColor { background-color: #410199; }

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

This div background color is #410199.


Border color

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

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

This div border color is #410199.


Opacity

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

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

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

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

This text has shadow with #410199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #410199 on black background.


Color preview on white background

This text has color #410199 on white background.



Black color preview on #410199 background

This text has black color on #410199 background.


White color preview on #410199 background

This text has white color on #410199 background.