COLOR #231983

HEX: #231983 RGB: (35,25,131)

Color info

#231983 contains mainly blue color. Web safe color of #231983 is #330099 (or #309).

RGB color model

#231983 color RGB value is (35,25,131).

RGB: (35,25,131) (14%, 10%, 51%)

RGB channels and saturation

R 35 of 255 = 14%
G 25 of 255 = 10%
B 131 of 255 = 51%

35
25
131

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

Portions of RGB colors in percentages

R + G + B = 35 + 25 + 131 = 191 (100%)
R 35 of 191 ~ 18.32%
G 25 of 191 ~ 13.09%
B 131 of 191 ~ 68.59'%

%18.32
%13.09
%68.59

CMYK color model

#231983 color CMYK value is (73,81,0,49).

  • cyan value is 73.28%
  • magenta value is 80.92%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (73,81,0,49)
C73M81Y0K49 (73%, 81%, 0%, 49%)
(0.73 / 0.81 / 0.00 / 0.49)

CMYK percentages

%73.28
%80.92
%0
%48.63

Codes

Color #231983 in popluar color models

23 19 83
RGB 35 25 131
HSL 246° 67.95% 30.59%
HSB/HSV 246° 80.92% 51.37%
CMYK 73.28% 80.92% 0.00%
48.63%

Color #231983 in popluar number systems.

HEX 23 19 83
Decimal 35 25 131
Binary 100011 11001 10000011
Octal 43 31 203

Shades and tints

Shades of #231983

#231983
(35,25,131)
#201778
(32,23,120)
#1D156D
(29,21,109)
#1A1362
(26,19,98)
#171157
(23,17,87)
#140F4C
(20,15,76)
#110D41
(17,13,65)
#0E0B36
(14,11,54)
#0B092B
(11,9,43)
#080720
(8,7,32)
#050515
(5,5,21)
#000000
(0,0,0)

Tints of #231983

#231983
(35,25,131)
#372D8E
(55,45,142)
#4B4199
(75,65,153)
#5F55A4
(95,85,164)
#7369AF
(115,105,175)
#877DBA
(135,125,186)
#9B91C5
(155,145,197)
#AFA5D0
(175,165,208)
#C3B9DB
(195,185,219)
#D7CDE6
(215,205,230)
#EBE1F1
(235,225,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #231983 color. Also use rgb(35,25,131) instead hex code.

Text Font Color

.myTextColor { color: #231983; }

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

This text font color is #231983.

Background Color

.myBgColor { background-color: #231983; }

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

This div background color is #231983.

Border color

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

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

This div border color is #231983.

Opacity

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

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

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

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

This text has shadow with #231983 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #231983.

Preview

Color preview on black background

This text has color #231983 on black background.


Color preview on white background

This text has color #231983 on white background.


Black color preview on #231983 background

This text has black color on #231983 background.


White color preview on #231983 background

This text has white color on #231983 background.


Related colors

Complementary color

Complementary color for #hex is #DCE67C.


I love getcolorcode.com

Triadic colors

1 #832319 and #198323 with #231983 are triadic colors.

2 #831923 and #192383 with #231983 are triadic colors.