COLOR #41125D

HEX: #41125D
RGB: (65,18,93)

Color info

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

RGB color model

#41125D color RGB value is (65,18,93).

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

RGB channels and saturation

R 65 of 255 = 25%
G 18 of 255 = 7%
B 93 of 255 = 36%

65
18
93

R + G + B ~ 23%. #41125D is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 18 + 93 = 176 (100%)
R 65 of 176 ~ 36.93%
G 18 of 176 ~ 10.23%
B 93 of 176 ~ 52.84%

%36.93
%10.23
%52.84

CMYK color model

#41125D color CMYK value is (30,81,0,64).

  • cyan value is 30.11%
  • magenta value is 80.65%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(30,81,0,64)
C30M81Y0K64 
(30%,81%,0%,64%)
(0.30/0.81/0.00/0.64)	

CMYK percentages

%30.11
%80.65
%0
%63.53

Codes

Color #41125D in popluar color models

41125D
RGB651893
HSL278°67.57%21.76%
HSB/HSV278°80.65%36.47%
CMYK30.11%80.65%0.00%
63.53%

Color #41125D in popluar number systems.

HEX41125D
Decimal651893
Binary1000001100101011101
Octal10122135

Shades and tints

Shades of #41125D

#41125D
(65,18,93)
#3C1155
(60,17,85)
#37104D
(55,16,77)
#320F45
(50,15,69)
#2D0E3D
(45,14,61)
#280D35
(40,13,53)
#230C2D
(35,12,45)
#1E0B25
(30,11,37)
#190A1D
(25,10,29)
#140915
(20,9,21)
#0F080D
(15,8,13)
#000000
(0,0,0)

Tints of #41125D

#41125D
(65,18,93)
#52276B
(82,39,107)
#633C79
(99,60,121)
#745187
(116,81,135)
#856695
(133,102,149)
#967BA3
(150,123,163)
#A790B1
(167,144,177)
#B8A5BF
(184,165,191)
#C9BACD
(201,186,205)
#DACFDB
(218,207,219)
#EBE4E9
(235,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41125D; }

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

This text font color is #41125D.


Background Color

.myBgColor { background-color: #41125D; }

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

This div background color is #41125D.


Border color

.myBorderColor { border: 1px solid #41125D; }

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

This div border color is #41125D.


Opacity

.myOpacity80 { color: #41125D; opacity: 0.8; }

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

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

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

This text has shadow with #41125D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41125D on black background.


Color preview on white background

This text has color #41125D on white background.



Black color preview on #41125D background

This text has black color on #41125D background.


White color preview on #41125D background

This text has white color on #41125D background.