#440077

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

Shades of Indigo #440077

Tints of Indigo #440077

Color information

#440077 (or 0x440077) is unknown color: approx Indigo. HEX triplet: 44, 00 and 77. RGB value is (68,0,119). Sum of RGB (Red+Green+Blue) = 68+0+119=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 119 (46.88% from 255 or 63.64% from 187); Max value from RGB is 119 - color contains mainly: blue. Hex color #440077 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440077 is #BBFF88. Grayscale: #212121. Windows color (decimal): -12320649 or 7798852. OLE color: 7798852.

HSL color Cylindrical-coordinate representation of color #440077: hue angle of 274.29º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #440077 is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB680119-
CMYK0.43100.53
HSL274.29º100%23.33%-
HSV(B)274.29º100%46.67%-
XYZ5.712.5617.65-
YUV33.9176.03152.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 119 (46.88% from 255) = 63.64%
R=36.36%
G=0%
B=63.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6801190.43100.53274.2910023.33
Hex440772B640351126417
Octal10401675314406542214427
Binary10001000111011110101111001000110101100010010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440077; }

 p { color: rgb(68,0,119); }

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

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

 a { background-color: rgb(68,0,119); }

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

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

 span { border-color: rgb(68,0,119); }

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