COLOR #280071

HEX: #280071
RGB: (40,0,113)

Color info

#280071 contains mainly blue color. Web safe color of #280071 is #330066 (or #306).

RGB color model

#280071 color RGB value is (40,0,113).

  • red value is 40;
  • green value is 0;
  • blue value is 113.
RGB:
(40,0,113)
(16%,0%,44%)

RGB channels and saturation

R 40 of 255 = 16%
G 0 of 255 = 0%
B 113 of 255 = 44%

40
0
113

R + G + B ~ 20%. #280071 is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 0 + 113 = 153 (100%)
R 40 of 153 ~ 26.14%
G 0 of 153 ~ 0%
B 113 of 153 ~ 73.86%

%26.14
%73.86

CMYK color model

#280071 color CMYK value is (65,100,0,56).

  • cyan value is 64.60%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(65,100,0,56)
C65M100Y0K56 
(65%,100%,0%,56%)
(0.65/1.00/0.00/0.56)	

CMYK percentages

%64.6
%100
%0
%55.69

Codes

Color #280071 in popluar color models

280071
RGB400113
HSL261°100.00%22.16%
HSB/HSV261°100.00%44.31%
CMYK64.60%100.00%0.00%
55.69%

Color #280071 in popluar number systems.

HEX280071
Decimal400113
Binary10100001110001
Octal500161

Shades and tints

Shades of #280071

#280071
(40,0,113)
#250067
(37,0,103)
#22005D
(34,0,93)
#1F0053
(31,0,83)
#1C0049
(28,0,73)
#19003F
(25,0,63)
#160035
(22,0,53)
#13002B
(19,0,43)
#100021
(16,0,33)
#0D0017
(13,0,23)
#0A000D
(10,0,13)
#000000
(0,0,0)

Tints of #280071

#280071
(40,0,113)
#3B177D
(59,23,125)
#4E2E89
(78,46,137)
#614595
(97,69,149)
#745CA1
(116,92,161)
#8773AD
(135,115,173)
#9A8AB9
(154,138,185)
#ADA1C5
(173,161,197)
#C0B8D1
(192,184,209)
#D3CFDD
(211,207,221)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #280071 color. Also use rgb(40,0,113) instead hex code.

Text Font Color

.myTextColor { color: #280071; }

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

This text font color is #280071.


Background Color

.myBgColor { background-color: #280071; }

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

This div background color is #280071.


Border color

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

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

This div border color is #280071.


Opacity

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

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

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

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

This text has shadow with #280071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #280071 on black background.


Color preview on white background

This text has color #280071 on white background.



Black color preview on #280071 background

This text has black color on #280071 background.


White color preview on #280071 background

This text has white color on #280071 background.