#440CD1

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

Shades of Han Purple #440CD1

Tints of Han Purple #440CD1

Color information

#440CD1 (or 0x440CD1) is unknown color: approx Han Purple. HEX triplet: 44, 0C and D1. RGB value is (68,12,209). Sum of RGB (Red+Green+Blue) = 68+12+209=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 209 (82.03% from 255 or 72.32% from 289); Max value from RGB is 209 - color contains mainly: blue. Hex color #440CD1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440CD1 is #BBF32E. Grayscale: #323232. Windows color (decimal): -12317487 or 13700164. OLE color: 13700164.

HSL color Cylindrical-coordinate representation of color #440CD1: hue angle of 257.06º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440CD1 is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6812209-
CMYK0.670.9400.18
HSL257.06º89.14%43.33%-
HSV(B)257.06º94.26%81.96%-
XYZ14.026.160.76-
YUV51.2217.05139.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.53%
GREEN value IS 12 (5.08% from 255) = 4.15%
BLUE value IS 209 (82.03% from 255) = 72.32%
R=23.53%
G=4.15%
B=72.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal68122090.670.9400.18257.0689.1443.33
Hex44CD1435E012101592b
Octal1041432110313602240113153
Binary1000100110011010001100001110111100100101000000011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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