#440777

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

Shades of Indigo #440777

Tints of Indigo #440777

Color information

#440777 (or 0x440777) is unknown color: approx Indigo. HEX triplet: 44, 07 and 77. RGB value is (68,7,119). Sum of RGB (Red+Green+Blue) = 68+7+119=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 119 (46.88% from 255 or 61.34% from 194); Max value from RGB is 119 - color contains mainly: blue. Hex color #440777 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440777 is #BBF888. Grayscale: #252525. Windows color (decimal): -12318857 or 7800644. OLE color: 7800644.

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

Color convert

RGB687119-
CMYK0.430.9400.53
HSL272.68º88.89%24.71%-
HSV(B)272.68º94.12%46.67%-
XYZ5.792.7117.67-
YUV38.01173.71149.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.05%
GREEN value IS 7 (3.12% from 255) = 3.61%
BLUE value IS 119 (46.88% from 255) = 61.34%
R=35.05%
G=3.61%
B=61.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6871190.430.9400.53272.6888.8924.71
Hex447772B5E0351115919
Octal10471675313606542113131
Binary1000100111111011110101110111100110101100010001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440777; }

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

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

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

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

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

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

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

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