COLOR #412755

HEX: #412755 RGB: (65,39,85)

Color info

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

RGB color model

#412755 color RGB value is (65,39,85).

RGB: (65,39,85) (25%, 15%, 33%)

RGB channels and saturation

R 65 of 255 = 25%
G 39 of 255 = 15%
B 85 of 255 = 33%

65
39
85

R + G + B ~ 24%. #412755 is dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 39 + 85 = 189 (100%)
R 65 of 189 ~ 34.39%
G 39 of 189 ~ 20.63%
B 85 of 189 ~ 44.97'%

%34.39
%20.63
%44.97

CMYK color model

#412755 color CMYK value is (24,54,0,67).

  • cyan value is 23.53%
  • magenta value is 54.12%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (24,54,0,67)
C24M54Y0K67 (24%, 54%, 0%, 67%)
(0.24 / 0.54 / 0.00 / 0.67)

CMYK percentages

%23.53
%54.12
%0
%66.67

Codes

Color #412755 in popluar color models

41 27 55
RGB 65 39 85
HSL 274° 37.10% 24.31%
HSB/HSV 274° 54.12% 33.33%
CMYK 23.53% 54.12% 0.00%
66.67%

Color #412755 in popluar number systems.

HEX 41 27 55
Decimal 65 39 85
Binary 1000001 100111 1010101
Octal 101 47 125

Shades and tints

Shades of #412755

#412755
(65,39,85)
#3C244E
(60,36,78)
#372147
(55,33,71)
#321E40
(50,30,64)
#2D1B39
(45,27,57)
#281832
(40,24,50)
#23152B
(35,21,43)
#1E1224
(30,18,36)
#190F1D
(25,15,29)
#140C16
(20,12,22)
#0F090F
(15,9,15)
#000000
(0,0,0)

Tints of #412755

#412755
(65,39,85)
#523A64
(82,58,100)
#634D73
(99,77,115)
#746082
(116,96,130)
#857391
(133,115,145)
#9686A0
(150,134,160)
#A799AF
(167,153,175)
#B8ACBE
(184,172,190)
#C9BFCD
(201,191,205)
#DAD2DC
(218,210,220)
#EBE5EB
(235,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #412755; }

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

This text font color is #412755.

Background Color

.myBgColor { background-color: #412755; }

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

This div background color is #412755.

Border color

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

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

This div border color is #412755.

Opacity

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

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

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

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

This text has shadow with #412755 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #412755.

Preview

Color preview on black background

This text has color #412755 on black background.


Color preview on white background

This text has color #412755 on white background.


Black color preview on #412755 background

This text has black color on #412755 background.


White color preview on #412755 background

This text has white color on #412755 background.


Related colors

Complementary color

Complementary color for #hex is #BED8AA.


I love getcolorcode.com

Triadic colors

1 #554127 and #275541 with #412755 are triadic colors.

2 #552741 and #274155 with #412755 are triadic colors.