#440FD0

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

Shades of Han Purple #440FD0

Tints of Han Purple #440FD0

Color information

#440FD0 (or 0x440FD0) is unknown color: approx Han Purple. HEX triplet: 44, 0F and D0. RGB value is (68,15,208). Sum of RGB (Red+Green+Blue) = 68+15+208=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 208 (81.64% from 255 or 71.48% from 291); Max value from RGB is 208 - color contains mainly: blue. Hex color #440FD0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440FD0 is #BBF02F. Grayscale: #343434. Windows color (decimal): -12316720 or 13635396. OLE color: 13635396.

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

Color convert

RGB6815208-
CMYK0.670.9300.18
HSL256.48º86.55%43.73%-
HSV(B)256.48º92.79%81.57%-
XYZ13.946.1260.12-
YUV52.85215.56138.81-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.37%
GREEN value IS 15 (6.25% from 255) = 5.15%
BLUE value IS 208 (81.64% from 255) = 71.48%
R=23.37%
G=5.15%
B=71.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal68152080.670.9300.18256.4886.5543.73
Hex44FD0435D012100572c
Octal1041732010313502240012754
Binary1000100111111010000100001110111010100101000000001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,15,208); }

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

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

 a { background-color: rgb(68,15,208); }

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

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

 span { border-color: rgb(68,15,208); }

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