COLOR #413075

HEX: #413075 RGB: (65,48,117)

Color info

#413075 contains mainly red and blue colors. Web safe color of #413075 is #333366 (or #336).

RGB color model

#413075 color RGB value is (65,48,117).

RGB: (65,48,117) (25%, 19%, 46%)

RGB channels and saturation

R 65 of 255 = 25%
G 48 of 255 = 19%
B 117 of 255 = 46%

65
48
117

R + G + B ~ 30%. #413075 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 48 + 117 = 230 (100%)
R 65 of 230 ~ 28.26%
G 48 of 230 ~ 20.87%
B 117 of 230 ~ 50.87'%

%28.26
%20.87
%50.87

CMYK color model

#413075 color CMYK value is (44,59,0,54).

  • cyan value is 44.44%
  • magenta value is 58.97%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (44,59,0,54)
C44M59Y0K54 (44%, 59%, 0%, 54%)
(0.44 / 0.59 / 0.00 / 0.54)

CMYK percentages

%44.44
%58.97
%0
%54.12

Codes

Color #413075 in popluar color models

41 30 75
RGB 65 48 117
HSL 255° 41.82% 32.35%
HSB/HSV 255° 58.97% 45.88%
CMYK 44.44% 58.97% 0.00%
54.12%

Color #413075 in popluar number systems.

HEX 41 30 75
Decimal 65 48 117
Binary 1000001 110000 1110101
Octal 101 60 165

Shades and tints

Shades of #413075

#413075
(65,48,117)
#3C2C6B
(60,44,107)
#372861
(55,40,97)
#322457
(50,36,87)
#2D204D
(45,32,77)
#281C43
(40,28,67)
#231839
(35,24,57)
#1E142F
(30,20,47)
#191025
(25,16,37)
#140C1B
(20,12,27)
#0F0811
(15,8,17)
#000000
(0,0,0)

Tints of #413075

#413075
(65,48,117)
#524281
(82,66,129)
#63548D
(99,84,141)
#746699
(116,102,153)
#8578A5
(133,120,165)
#968AB1
(150,138,177)
#A79CBD
(167,156,189)
#B8AEC9
(184,174,201)
#C9C0D5
(201,192,213)
#DAD2E1
(218,210,225)
#EBE4ED
(235,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413075 color. Also use rgb(65,48,117) instead hex code.

Text Font Color

.myTextColor { color: #413075; }

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

This text font color is #413075.

Background Color

.myBgColor { background-color: #413075; }

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

This div background color is #413075.

Border color

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

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

This div border color is #413075.

Opacity

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

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

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

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

This text has shadow with #413075 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #413075.

Preview

Color preview on black background

This text has color #413075 on black background.


Color preview on white background

This text has color #413075 on white background.


Black color preview on #413075 background

This text has black color on #413075 background.


White color preview on #413075 background

This text has white color on #413075 background.


Related colors

Complementary color

Complementary color for #hex is #BECF8A.


I love getcolorcode.com

Triadic colors

1 #754130 and #307541 with #413075 are triadic colors.

2 #753041 and #304175 with #413075 are triadic colors.