COLOR #41275A

HEX: #41275A
RGB: (65,39,90)

Color info

#41275A contains red, green and blue colors in about the same proportion. Web safe color of #41275A is #333366 (or #336).

RGB color model

#41275A color RGB value is (65,39,90).

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

RGB channels and saturation

R 65 of 255 = 25%
G 39 of 255 = 15%
B 90 of 255 = 35%

65
39
90

R + G + B ~ 25%. #41275A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 39 + 90 = 194 (100%)
R 65 of 194 ~ 33.51%
G 39 of 194 ~ 20.1%
B 90 of 194 ~ 46.39%

%33.51
%20.1
%46.39

CMYK color model

#41275A color CMYK value is (28,57,0,65).

  • cyan value is 27.78%
  • magenta value is 56.67%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(28,57,0,65)
C28M57Y0K65 
(28%,57%,0%,65%)
(0.28/0.57/0.00/0.65)	

CMYK percentages

%27.78
%56.67
%0
%64.71

Codes

Color #41275A in popluar color models

41275A
RGB653990
HSL271°39.53%25.29%
HSB/HSV271°56.67%35.29%
CMYK27.78%56.67%0.00%
64.71%

Color #41275A in popluar number systems.

HEX41275A
Decimal653990
Binary10000011001111011010
Octal10147132

Shades and tints

Shades of #41275A

#41275A
(65,39,90)
#3C2452
(60,36,82)
#37214A
(55,33,74)
#321E42
(50,30,66)
#2D1B3A
(45,27,58)
#281832
(40,24,50)
#23152A
(35,21,42)
#1E1222
(30,18,34)
#190F1A
(25,15,26)
#140C12
(20,12,18)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #41275A

#41275A
(65,39,90)
#523A69
(82,58,105)
#634D78
(99,77,120)
#746087
(116,96,135)
#857396
(133,115,150)
#9686A5
(150,134,165)
#A799B4
(167,153,180)
#B8ACC3
(184,172,195)
#C9BFD2
(201,191,210)
#DAD2E1
(218,210,225)
#EBE5F0
(235,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41275A; }

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

This text font color is #41275A.


Background Color

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

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

This div background color is #41275A.


Border color

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

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

This div border color is #41275A.


Opacity

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

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

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

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

This text has shadow with #41275A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41275A on black background.


Color preview on white background

This text has color #41275A on white background.



Black color preview on #41275A background

This text has black color on #41275A background.


White color preview on #41275A background

This text has white color on #41275A background.