#280DEA

Color #280DEA Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #280DEA

Tints of Han Purple #280DEA

Color information

#280DEA (or 0x280DEA) is unknown color: approx Han Purple. HEX triplet: 28, 0D and EA. RGB value is (40,13,234). Sum of RGB (Red+Green+Blue) = 40+13+234=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 234 (91.80% from 255 or 81.53% from 287); Max value from RGB is 234 - color contains mainly: blue. Hex color #280DEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #280DEA is #D7F215. Grayscale: #2D2D2D. Windows color (decimal): -14152214 or 15338792. OLE color: 15338792.

HSL color Cylindrical-coordinate representation of color #280DEA: hue angle of 247.33º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280DEA is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB4013234-
CMYK0.830.9400.08
HSL247.33º89.47%48.43%-
HSV(B)247.33º94.44%91.76%-
XYZ15.876.6878.29-
YUV46.27233.95123.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 40 (16.02% from 255) = 13.94%
GREEN value IS 13 (5.47% from 255) = 4.53%
BLUE value IS 234 (91.80% from 255) = 81.53%
R=13.94%
G=4.53%
B=81.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal40132340.830.9400.08247.3389.4748.43
Hex28DEA535E08f75930
Octal501535212313601036713160
Binary1010001101111010101010011101111001000111101111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280DEA; }

 p { color: rgb(40,13,234); }

 H1.HeaderClassName
 {
   color: #280DEA;
 }
 .AnyTagClassName
 {
   color: #280DEA;
 }
</style>
background-color css

<style>
 a { background-color: #280DEA; }

 a { background-color: rgb(40,13,234); }

 div.DivClassName
 {
   background-color: #280DEA;
 }
 .BgClassName
 {
   background-color: #280DEA;
 }
</style>
border-color css

<style>
 span { border-color: #280DEA; }

 span { border-color: rgb(40,13,234); }

 td.TdClassName
 {
   border-color: #280DEA;
 }
 .TagClassName
 {
   border-color: #280DEA;
 }
</style>