#441DF0

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

Shades of Han Purple #441DF0

Tints of Han Purple #441DF0

Color information

#441DF0 (or 0x441DF0) is unknown color: approx Han Purple. HEX triplet: 44, 1D and F0. RGB value is (68,29,240). Sum of RGB (Red+Green+Blue) = 68+29+240=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 29 (11.72% from 255 or 8.61% from 337); Blue value is 240 (94.14% from 255 or 71.22% from 337); Max value from RGB is 240 - color contains mainly: blue. Hex color #441DF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441DF0 is #BBE20F. Grayscale: #3F3F3F. Windows color (decimal): -12313104 or 15736132. OLE color: 15736132.

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

Color convert

RGB6829240-
CMYK0.720.8800.06
HSL251.09º87.55%52.75%-
HSV(B)251.09º87.92%94.12%-
XYZ18.558.483.08-
YUV64.72226.92130.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.18%
GREEN value IS 29 (11.72% from 255) = 8.61%
BLUE value IS 240 (94.14% from 255) = 71.22%
R=20.18%
G=8.61%
B=71.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal68292400.720.8800.06251.0987.5552.75
Hex441DF0485806fb5835
Octal104353601101300637313065
Binary10001001110111110000100100010110000110111110111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,29,240); }

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

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

 a { background-color: rgb(68,29,240); }

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

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

 span { border-color: rgb(68,29,240); }

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