#281fef

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

Shades of Han Purple #281FEF

Tints of Han Purple #281FEF

Color information

#281FEF (or 0x281FEF) is unknown color: approx Han Purple. HEX triplet: 28, 1F and EF. RGB value is (40,31,239). Sum of RGB (Red+Green+Blue) = 40+31+239=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 239 (93.75% from 255 or 77.10% from 310); Max value from RGB is 239 - color contains mainly: blue. Hex color #281FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #281FEF is #D7E010. Grayscale: #383838. Windows color (decimal): -14147601 or 15671080. OLE color: 15671080.

HSL color Cylindrical-coordinate representation of color #281FEF: hue angle of 242.6º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #281FEF is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB4031239-
CMYK0.830.8700.06
HSL242.6º86.67%52.94%-
HSV(B)242.6º87.03%93.73%-
XYZ16.957.6682.25-
YUV57.4230.48115.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.90%
GREEN value IS 31 (12.5% from 255) = 10%
BLUE value IS 239 (93.75% from 255) = 77.10%
R=12.90%
G=10%
B=77.10%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal40312390.830.8700.06242.686.6752.94
Hex281FEF535706f35735
Octal50373571231270636312765
Binary1010001111111101111101001110101110110111100111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281fef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281fef; }

 p { color: rgb(40,31,239); }

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

<style>
 a { background-color: #281fef; }

 a { background-color: rgb(40,31,239); }

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

<style>
 span { border-color: #281fef; }

 span { border-color: rgb(40,31,239); }

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