#441FEF

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

Shades of Han Purple #441FEF

Tints of Han Purple #441FEF

Color information

#441FEF (or 0x441FEF) is unknown color: approx Han Purple. HEX triplet: 44, 1F and EF. RGB value is (68,31,239). Sum of RGB (Red+Green+Blue) = 68+31+239=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 239 (93.75% from 255 or 70.71% from 338); Max value from RGB is 239 - color contains mainly: blue. Hex color #441FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441FEF is #BBE010. Grayscale: #404040. Windows color (decimal): -12312593 or 15671108. OLE color: 15671108.

HSL color Cylindrical-coordinate representation of color #441FEF: hue angle of 250.67º 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 #441FEF is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB6831239-
CMYK0.720.8700.06
HSL250.67º86.67%52.94%-
HSV(B)250.67º87.03%93.73%-
XYZ18.458.4482.32-
YUV65.78225.76129.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.12%
GREEN value IS 31 (12.5% from 255) = 9.17%
BLUE value IS 239 (93.75% from 255) = 70.71%
R=20.12%
G=9.17%
B=70.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal68312390.720.8700.06250.6786.6752.94
Hex441FEF485706fb5735
Octal104373571101270637312765
Binary10001001111111101111100100010101110110111110111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441FEF; }

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

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

<style>
 a { background-color: #441FEF; }

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

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

<style>
 span { border-color: #441FEF; }

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

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