COLOR #41278C

HEX: #41278C
RGB: (65,39,140)

Color info

#41278C contains mainly blue color. Web safe color of #41278C is #333399 (or #339).

RGB color model

#41278C color RGB value is (65,39,140).

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

RGB channels and saturation

R 65 of 255 = 25%
G 39 of 255 = 15%
B 140 of 255 = 55%

65
39
140

R + G + B ~ 32%. #41278C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 39 + 140 = 244 (100%)
R 65 of 244 ~ 26.64%
G 39 of 244 ~ 15.98%
B 140 of 244 ~ 57.38%

%26.64
%15.98
%57.38

CMYK color model

#41278C color CMYK value is (54,72,0,45).

  • cyan value is 53.57%
  • magenta value is 72.14%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(54,72,0,45)
C54M72Y0K45 
(54%,72%,0%,45%)
(0.54/0.72/0.00/0.45)	

CMYK percentages

%53.57
%72.14
%0
%45.1

Codes

Color #41278C in popluar color models

41278C
RGB6539140
HSL255°56.42%35.10%
HSB/HSV255°72.14%54.90%
CMYK53.57%72.14%0.00%
45.10%

Color #41278C in popluar number systems.

HEX41278C
Decimal6539140
Binary100000110011110001100
Octal10147214

Shades and tints

Shades of #41278C

#41278C
(65,39,140)
#3C2480
(60,36,128)
#372174
(55,33,116)
#321E68
(50,30,104)
#2D1B5C
(45,27,92)
#281850
(40,24,80)
#231544
(35,21,68)
#1E1238
(30,18,56)
#190F2C
(25,15,44)
#140C20
(20,12,32)
#0F0914
(15,9,20)
#000000
(0,0,0)

Tints of #41278C

#41278C
(65,39,140)
#523A96
(82,58,150)
#634DA0
(99,77,160)
#7460AA
(116,96,170)
#8573B4
(133,115,180)
#9686BE
(150,134,190)
#A799C8
(167,153,200)
#B8ACD2
(184,172,210)
#C9BFDC
(201,191,220)
#DAD2E6
(218,210,230)
#EBE5F0
(235,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41278C color. Also use rgb(65,39,140) instead hex code.

Text Font Color

.myTextColor { color: #41278C; }

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

This text font color is #41278C.


Background Color

.myBgColor { background-color: #41278C; }

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

This div background color is #41278C.


Border color

.myBorderColor { border: 1px solid #41278C; }

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

This div border color is #41278C.


Opacity

.myOpacity80 { color: #41278C; opacity: 0.8; }

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

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

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

This text has shadow with #41278C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41278C on black background.


Color preview on white background

This text has color #41278C on white background.



Black color preview on #41278C background

This text has black color on #41278C background.


White color preview on #41278C background

This text has white color on #41278C background.