#440EF3

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

Shades of Han Purple #440EF3

Tints of Han Purple #440EF3

Color information

#440EF3 (or 0x440EF3) is unknown color: approx Han Purple. HEX triplet: 44, 0E and F3. RGB value is (68,14,243). Sum of RGB (Red+Green+Blue) = 68+14+243=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 14 (5.86% from 255 or 4.31% from 325); Blue value is 243 (95.31% from 255 or 74.77% from 325); Max value from RGB is 243 - color contains mainly: blue. Hex color #440EF3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440EF3 is #BBF10C. Grayscale: #373737. Windows color (decimal): -12316941 or 15928900. OLE color: 15928900.

HSL color Cylindrical-coordinate representation of color #440EF3: hue angle of 254.15º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440EF3 is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6814243-
CMYK0.720.9400.05
HSL254.15º90.51%50.39%-
HSV(B)254.15º94.24%95.29%-
XYZ18.728.0185.35-
YUV56.25233.39136.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.92%
GREEN value IS 14 (5.86% from 255) = 4.31%
BLUE value IS 243 (95.31% from 255) = 74.77%
R=20.92%
G=4.31%
B=74.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal68142430.720.9400.05254.1590.5150.39
Hex44EF3485E05fe5b32
Octal104163631101360537613362
Binary1000100111011110011100100010111100101111111101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440EF3; }

 p { color: rgb(68,14,243); }

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

<style>
 a { background-color: #440EF3; }

 a { background-color: rgb(68,14,243); }

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

<style>
 span { border-color: #440EF3; }

 span { border-color: rgb(68,14,243); }

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