#440772

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

Shades of Indigo #440772

Tints of Indigo #440772

Color information

#440772 (or 0x440772) is unknown color: approx Indigo. HEX triplet: 44, 07 and 72. RGB value is (68,7,114). Sum of RGB (Red+Green+Blue) = 68+7+114=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 114 (44.92% from 255 or 60.32% from 189); Max value from RGB is 114 - color contains mainly: blue. Hex color #440772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440772 is #BBF88D. Grayscale: #252525. Windows color (decimal): -12318862 or 7472964. OLE color: 7472964.

HSL color Cylindrical-coordinate representation of color #440772: hue angle of 274.21º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440772 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB687114-
CMYK0.400.9400.55
HSL274.21º88.43%23.73%-
HSV(B)274.21º93.86%44.71%-
XYZ5.52.616.13-
YUV37.44171.21149.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.98%
GREEN value IS 7 (3.12% from 255) = 3.70%
BLUE value IS 114 (44.92% from 255) = 60.32%
R=35.98%
G=3.70%
B=60.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6871140.400.9400.55274.2188.4323.73
Hex44772285E0371125818
Octal10471625013606742213030
Binary1000100111111001010100010111100110111100010010101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440772; }

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

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

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

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

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

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

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

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