COLOR #280D63

HEX: #280D63 RGB: (40,13,99)

Color info

#280D63 contains mainly red and blue colors. Web safe color of #280D63 is #330066 (or #306).

RGB color model

#280D63 color RGB value is (40,13,99).

RGB: (40,13,99) (16%, 5%, 39%)

RGB channels and saturation

R 40 of 255 = 16%
G 13 of 255 = 5%
B 99 of 255 = 39%

40
13
99

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

Portions of RGB colors in percentages

R + G + B = 40 + 13 + 99 = 152 (100%)
R 40 of 152 ~ 26.32%
G 13 of 152 ~ 8.55%
B 99 of 152 ~ 65.13'%

%26.32
%65.13

CMYK color model

#280D63 color CMYK value is (60,87,0,61).

  • cyan value is 59.60%
  • magenta value is 86.87%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (60,87,0,61)
C60M87Y0K61 (60%, 87%, 0%, 61%)
(0.60 / 0.87 / 0.00 / 0.61)

CMYK percentages

%59.6
%86.87
%0
%61.18

Codes

Color #280D63 in popluar color models

28 0D 63
RGB 40 13 99
HSL 259° 76.79% 21.96%
HSB/HSV 259° 86.87% 38.82%
CMYK 59.60% 86.87% 0.00%
61.18%

Color #280D63 in popluar number systems.

HEX 28 0D 63
Decimal 40 13 99
Binary 101000 1101 1100011
Octal 50 15 143

Shades and tints

Shades of #280D63

#280D63
(40,13,99)
#250C5A
(37,12,90)
#220B51
(34,11,81)
#1F0A48
(31,10,72)
#1C093F
(28,9,63)
#190836
(25,8,54)
#16072D
(22,7,45)
#130624
(19,6,36)
#10051B
(16,5,27)
#0D0412
(13,4,18)
#0A0309
(10,3,9)
#000000
(0,0,0)

Tints of #280D63

#280D63
(40,13,99)
#3B2371
(59,35,113)
#4E397F
(78,57,127)
#614F8D
(97,79,141)
#74659B
(116,101,155)
#877BA9
(135,123,169)
#9A91B7
(154,145,183)
#ADA7C5
(173,167,197)
#C0BDD3
(192,189,211)
#D3D3E1
(211,211,225)
#E6E9EF
(230,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #280D63 color. Also use rgb(40,13,99) instead hex code.

Text Font Color

.myTextColor { color: #280D63; }

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

This text font color is #280D63.

Background Color

.myBgColor { background-color: #280D63; }

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

This div background color is #280D63.

Border color

.myBorderColor { border: 1px solid #280D63; }

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

This div border color is #280D63.

Opacity

.myOpacity80 { color: #280D63; opacity: 0.8; }

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

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

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

This text has shadow with #280D63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #280D63.

Preview

Color preview on black background

This text has color #280D63 on black background.


Color preview on white background

This text has color #280D63 on white background.


Black color preview on #280D63 background

This text has black color on #280D63 background.


White color preview on #280D63 background

This text has white color on #280D63 background.


Related colors

Complementary color

Complementary color for #hex is #D7F29C.


I love getcolorcode.com

Triadic colors

1 #63280D and #0D6328 with #280D63 are triadic colors.

2 #630D28 and #0D2863 with #280D63 are triadic colors.