#440577

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

Shades of Indigo #440577

Tints of Indigo #440577

Color information

#440577 (or 0x440577) is unknown color: approx Indigo. HEX triplet: 44, 05 and 77. RGB value is (68,5,119). Sum of RGB (Red+Green+Blue) = 68+5+119=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 119 (46.88% from 255 or 61.98% from 192); Max value from RGB is 119 - color contains mainly: blue. Hex color #440577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440577 is #BBFA88. Grayscale: #242424. Windows color (decimal): -12319369 or 7800132. OLE color: 7800132.

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

Color convert

RGB685119-
CMYK0.430.9600.53
HSL273.16º91.94%24.31%-
HSV(B)273.16º95.8%46.67%-
XYZ5.772.6717.66-
YUV36.83174.37150.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.42%
GREEN value IS 5 (2.34% from 255) = 2.60%
BLUE value IS 119 (46.88% from 255) = 61.98%
R=35.42%
G=2.60%
B=61.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6851190.430.9600.53273.1691.9424.31
Hex445772B600351115c18
Octal10451675314006542113430
Binary1000100101111011110101111000000110101100010001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440577; }

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

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

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

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

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

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

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

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