#440E80

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

Shades of Indigo #440E80

Tints of Indigo #440E80

Color information

#440E80 (or 0x440E80) is unknown color: approx Indigo. HEX triplet: 44, 0E and 80. RGB value is (68,14,128). Sum of RGB (Red+Green+Blue) = 68+14+128=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 128 (50.39% from 255 or 60.95% from 210); Max value from RGB is 128 - color contains mainly: blue. Hex color #440E80 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440E80 is #BBF17F. Grayscale: #2A2A2A. Windows color (decimal): -12317056 or 8392260. OLE color: 8392260.

HSL color Cylindrical-coordinate representation of color #440E80: hue angle of 268.42º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #440E80 is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6814128-
CMYK0.470.8900.50
HSL268.42º80.28%27.84%-
HSV(B)268.42º89.06%50.2%-
XYZ6.443.120.68-
YUV43.14175.89145.73-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.38%
GREEN value IS 14 (5.86% from 255) = 6.67%
BLUE value IS 128 (50.39% from 255) = 60.95%
R=32.38%
G=6.67%
B=60.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal68141280.470.8900.50268.4280.2827.84
Hex44E802F5903210c501c
Octal104162005713106241412034
Binary100010011101000000010111110110010110010100001100101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,14,128); }

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

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

 a { background-color: rgb(68,14,128); }

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

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

 span { border-color: rgb(68,14,128); }

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