#440cdd

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

Shades of Han Purple #440CDD

Tints of Han Purple #440CDD

Color information

#440CDD (or 0x440CDD) is unknown color: approx Han Purple. HEX triplet: 44, 0C and DD. RGB value is (68,12,221). Sum of RGB (Red+Green+Blue) = 68+12+221=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 221 (86.72% from 255 or 73.42% from 301); Max value from RGB is 221 - color contains mainly: blue. Hex color #440CDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440CDD is #BBF322. Grayscale: #333333. Windows color (decimal): -12317475 or 14486596. OLE color: 14486596.

HSL color Cylindrical-coordinate representation of color #440CDD: hue angle of 256.08º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440CDD is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6812221-
CMYK0.690.9500.13
HSL256.08º89.7%45.69%-
HSV(B)256.08º94.57%86.67%-
XYZ15.576.7168.88-
YUV52.57223.05139.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.59%
GREEN value IS 12 (5.08% from 255) = 3.99%
BLUE value IS 221 (86.72% from 255) = 73.42%
R=22.59%
G=3.99%
B=73.42%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal68122210.690.9500.13256.0889.745.69
Hex44CDD455F0D1005a2e
Octal1041433510513701540013256
Binary100010011001101110110001011011111011011000000001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440cdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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