COLOR #48238F

HEX: #48238F RGB: (72,35,143)

Color info

#48238F contains mainly blue color. Web safe color of #48238F is #333399 (or #339).

RGB color model

#48238F color RGB value is (72,35,143).

RGB: (72,35,143) (28%, 14%, 56%)

RGB channels and saturation

R 72 of 255 = 28%
G 35 of 255 = 14%
B 143 of 255 = 56%

72
35
143

R + G + B ~ 33%. #48238F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 35 + 143 = 250 (100%)
R 72 of 250 ~ 28.8%
G 35 of 250 ~ 14%
B 143 of 250 ~ 57.2'%

%28.8
%14
%57.2

CMYK color model

#48238F color CMYK value is (50,76,0,44).

  • cyan value is 49.65%
  • magenta value is 75.52%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (50,76,0,44)
C50M76Y0K44 (50%, 76%, 0%, 44%)
(0.50 / 0.76 / 0.00 / 0.44)

CMYK percentages

%49.65
%75.52
%0
%43.92

Codes

Color #48238F in popluar color models

48 23 8F
RGB 72 35 143
HSL 261° 60.67% 34.90%
HSB/HSV 261° 75.52% 56.08%
CMYK 49.65% 75.52% 0.00%
43.92%

Color #48238F in popluar number systems.

HEX 48 23 8F
Decimal 72 35 143
Binary 1001000 100011 10001111
Octal 110 43 217

Shades and tints

Shades of #48238F

#48238F
(72,35,143)
#422082
(66,32,130)
#3C1D75
(60,29,117)
#361A68
(54,26,104)
#30175B
(48,23,91)
#2A144E
(42,20,78)
#241141
(36,17,65)
#1E0E34
(30,14,52)
#180B27
(24,11,39)
#12081A
(18,8,26)
#0C050D
(12,5,13)
#000000
(0,0,0)

Tints of #48238F

#48238F
(72,35,143)
#583799
(88,55,153)
#684BA3
(104,75,163)
#785FAD
(120,95,173)
#8873B7
(136,115,183)
#9887C1
(152,135,193)
#A89BCB
(168,155,203)
#B8AFD5
(184,175,213)
#C8C3DF
(200,195,223)
#D8D7E9
(216,215,233)
#E8EBF3
(232,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48238F color. Also use rgb(72,35,143) instead hex code.

Text Font Color

.myTextColor { color: #48238F; }

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

This text font color is #48238F.

Background Color

.myBgColor { background-color: #48238F; }

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

This div background color is #48238F.

Border color

.myBorderColor { border: 1px solid #48238F; }

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

This div border color is #48238F.

Opacity

.myOpacity80 { color: #48238F; opacity: 0.8; }

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

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

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

This text has shadow with #48238F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48238F.

Preview

Color preview on black background

This text has color #48238F on black background.


Color preview on white background

This text has color #48238F on white background.


Black color preview on #48238F background

This text has black color on #48238F background.


White color preview on #48238F background

This text has white color on #48238F background.


Related colors

Complementary color

Complementary color for #hex is #B7DC70.


I love getcolorcode.com

Triadic colors

1 #8F4823 and #238F48 with #48238F are triadic colors.

2 #8F2348 and #23488F with #48238F are triadic colors.