#440ACE

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

Shades of Han Purple #440ACE

Tints of Han Purple #440ACE

Color information

#440ACE (or 0x440ACE) is unknown color: approx Han Purple. HEX triplet: 44, 0A and CE. RGB value is (68,10,206). Sum of RGB (Red+Green+Blue) = 68+10+206=284 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.94% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 206 (80.86% from 255 or 72.54% from 284); Max value from RGB is 206 - color contains mainly: blue. Hex color #440ACE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440ACE is #BBF531. Grayscale: #303030. Windows color (decimal): -12318002 or 13503044. OLE color: 13503044.

HSL color Cylindrical-coordinate representation of color #440ACE: hue angle of 257.76º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440ACE is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB6810206-
CMYK0.670.9500.19
HSL257.76º90.74%42.35%-
HSV(B)257.76º95.15%80.78%-
XYZ13.635.958.81-
YUV49.69216.22141.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.94%
GREEN value IS 10 (4.30% from 255) = 3.52%
BLUE value IS 206 (80.86% from 255) = 72.54%
R=23.94%
G=3.52%
B=72.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal68102060.670.9500.19257.7690.7442.35
Hex44ACE435F0131025b2a
Octal1041231610313702340213352
Binary1000100101011001110100001110111110100111000000101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,10,206); }

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

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

 a { background-color: rgb(68,10,206); }

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

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

 span { border-color: rgb(68,10,206); }

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