#440CF5

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

Shades of Han Purple #440CF5

Tints of Han Purple #440CF5

Color information

#440CF5 (or 0x440CF5) is unknown color: approx Han Purple. HEX triplet: 44, 0C and F5. RGB value is (68,12,245). Sum of RGB (Red+Green+Blue) = 68+12+245=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 12 (5.08% from 255 or 3.69% from 325); Blue value is 245 (96.09% from 255 or 75.38% from 325); Max value from RGB is 245 - color contains mainly: blue. Hex color #440CF5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440CF5 is #BBF30A. Grayscale: #363636. Windows color (decimal): -12317451 or 16059460. OLE color: 16059460.

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

Color convert

RGB6812245-
CMYK0.720.9500.04
HSL254.42º92.09%50.39%-
HSV(B)254.42º95.1%96.08%-
XYZ198.0886.95-
YUV55.31235.05137.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.92%
GREEN value IS 12 (5.08% from 255) = 3.69%
BLUE value IS 245 (96.09% from 255) = 75.38%
R=20.92%
G=3.69%
B=75.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal68122450.720.9500.04254.4292.0950.39
Hex44CF5485F04fe5c32
Octal104143651101370437613462
Binary1000100110011110101100100010111110100111111101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,12,245); }

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

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

 a { background-color: rgb(68,12,245); }

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

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

 span { border-color: rgb(68,12,245); }

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