COLOR #41155A

HEX: #41155A
RGB: (65,21,90)

Color info

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

RGB color model

#41155A color RGB value is (65,21,90).

  • red value is 65;
  • green value is 21;
  • blue value is 90.
RGB: (65,21,90) (25%,8%,35%)

RGB channels and saturation

R 65 of 255 = 25%
G 21 of 255 = 8%
B 90 of 255 = 35%

65
21
90

R + G + B ~ 23%. #41155A is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 21 + 90 = 176 (100%)
R 65 of 176 ~ 36.93%
G 21 of 176 ~ 11.93%
B 90 of 176 ~ 51.14%

%36.93
%11.93
%51.14

CMYK color model

#41155A color CMYK value is (28,77,0,65).

  • cyan value is 27.78%
  • magenta value is 76.67%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK: (28,77,0,65) C28M77Y0K65 (28%,77%,0%,65%) (0.28/0.77/0.00/0.65)

CMYK percentages

%27.78
%76.67
%0
%64.71

Codes

Color #41155A in popluar color models

41155A
RGB652190
HSL278°62.16%21.76%
HSB/HSV278°76.67%35.29%
CMYK27.78%76.67%0.00%
64.71%

Color #41155A in popluar number systems.

HEX41155A
Decimal652190
Binary1000001101011011010
Octal10125132

Shades and tints

Shades of #41155A

#41155A
(65,21,90)
#3C1452
(60,20,82)
#37134A
(55,19,74)
#321242
(50,18,66)
#2D113A
(45,17,58)
#281032
(40,16,50)
#230F2A
(35,15,42)
#1E0E22
(30,14,34)
#190D1A
(25,13,26)
#140C12
(20,12,18)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #41155A

#41155A
(65,21,90)
#522A69
(82,42,105)
#633F78
(99,63,120)
#745487
(116,84,135)
#856996
(133,105,150)
#967EA5
(150,126,165)
#A793B4
(167,147,180)
#B8A8C3
(184,168,195)
#C9BDD2
(201,189,210)
#DAD2E1
(218,210,225)
#EBE7F0
(235,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41155A color. Also use rgb(65,21,90) instead hex code.

Text Font Color

.myTextColor { color: #41155A; }

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

This text font color is #41155A.


Background Color

.myBgColor { background-color: #41155A; }

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

This div background color is #41155A.


Border color

.myBorderColor { border: 1px solid #41155A; }

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

This div border color is #41155A.


Opacity

.myOpacity80 { color: #41155A; opacity: 0.8; }

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

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

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

This text has shadow with #41155A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #41155A on black background.


Color preview on white background

This text has color #41155A on white background.



Black color preview on #41155A background

This text has black color on #41155A background.


White color preview on #41155A background

This text has white color on #41155A background.