#440CDB

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

Shades of Han Purple #440CDB

Tints of Han Purple #440CDB

Color information

#440CDB (or 0x440CDB) is unknown color: approx Han Purple. HEX triplet: 44, 0C and DB. RGB value is (68,12,219). Sum of RGB (Red+Green+Blue) = 68+12+219=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #440CDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440CDB is #BBF324. Grayscale: #333333. Windows color (decimal): -12317477 or 14355524. OLE color: 14355524.

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

Color convert

RGB6812219-
CMYK0.690.9500.14
HSL256.23º89.61%45.29%-
HSV(B)256.23º94.52%85.88%-
XYZ15.36.6167.49-
YUV52.34222.05139.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.74%
GREEN value IS 12 (5.08% from 255) = 4.01%
BLUE value IS 219 (85.94% from 255) = 73.24%
R=22.74%
G=4.01%
B=73.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal68122190.690.9500.14256.2389.6145.29
Hex44CDB455F0E1005a2d
Octal1041433310513701640013255
Binary100010011001101101110001011011111011101000000001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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