COLOR #30255F

HEX: #30255F RGB: (48,37,95)

Color info

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

RGB color model

#30255F color RGB value is (48,37,95).

RGB: (48,37,95) (19%, 15%, 37%)

RGB channels and saturation

R 48 of 255 = 19%
G 37 of 255 = 15%
B 95 of 255 = 37%

48
37
95

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

Portions of RGB colors in percentages

R + G + B = 48 + 37 + 95 = 180 (100%)
R 48 of 180 ~ 26.67%
G 37 of 180 ~ 20.56%
B 95 of 180 ~ 52.78'%

%26.67
%20.56
%52.78

CMYK color model

#30255F color CMYK value is (49,61,0,63).

  • cyan value is 49.47%
  • magenta value is 61.05%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (49,61,0,63)
C49M61Y0K63 (49%, 61%, 0%, 63%)
(0.49 / 0.61 / 0.00 / 0.63)

CMYK percentages

%49.47
%61.05
%0
%62.75

Codes

Color #30255F in popluar color models

30 25 5F
RGB 48 37 95
HSL 251° 43.94% 25.88%
HSB/HSV 251° 61.05% 37.25%
CMYK 49.47% 61.05% 0.00%
62.75%

Color #30255F in popluar number systems.

HEX 30 25 5F
Decimal 48 37 95
Binary 110000 100101 1011111
Octal 60 45 137

Shades and tints

Shades of #30255F

#30255F
(48,37,95)
#2C2257
(44,34,87)
#281F4F
(40,31,79)
#241C47
(36,28,71)
#20193F
(32,25,63)
#1C1637
(28,22,55)
#18132F
(24,19,47)
#141027
(20,16,39)
#100D1F
(16,13,31)
#0C0A17
(12,10,23)
#08070F
(8,7,15)
#000000
(0,0,0)

Tints of #30255F

#30255F
(48,37,95)
#42386D
(66,56,109)
#544B7B
(84,75,123)
#665E89
(102,94,137)
#787197
(120,113,151)
#8A84A5
(138,132,165)
#9C97B3
(156,151,179)
#AEAAC1
(174,170,193)
#C0BDCF
(192,189,207)
#D2D0DD
(210,208,221)
#E4E3EB
(228,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30255F color. Also use rgb(48,37,95) instead hex code.

Text Font Color

.myTextColor { color: #30255F; }

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

This text font color is #30255F.

Background Color

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

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

This div background color is #30255F.

Border color

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

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

This div border color is #30255F.

Opacity

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

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

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

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

This text has shadow with #30255F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30255F.

Preview

Color preview on black background

This text has color #30255F on black background.


Color preview on white background

This text has color #30255F on white background.


Black color preview on #30255F background

This text has black color on #30255F background.


White color preview on #30255F background

This text has white color on #30255F background.


Related colors

Complementary color

Complementary color for #hex is #CFDAA0.


I love getcolorcode.com

Triadic colors

1 #5F3025 and #255F30 with #30255F are triadic colors.

2 #5F2530 and #25305F with #30255F are triadic colors.