#440177

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

Shades of Indigo #440177

Tints of Indigo #440177

Color information

#440177 (or 0x440177) is unknown color: approx Indigo. HEX triplet: 44, 01 and 77. RGB value is (68,1,119). Sum of RGB (Red+Green+Blue) = 68+1+119=188 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.17% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 119 (46.88% from 255 or 63.30% from 188); Max value from RGB is 119 - color contains mainly: blue. Hex color #440177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440177 is #BBFE88. Grayscale: #222222. Windows color (decimal): -12320393 or 7799108. OLE color: 7799108.

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

Color convert

RGB681119-
CMYK0.430.9900.53
HSL274.07º98.33%23.53%-
HSV(B)274.07º99.16%46.67%-
XYZ5.722.5817.65-
YUV34.48175.7151.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.17%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 119 (46.88% from 255) = 63.30%
R=36.17%
G=0.53%
B=63.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6811190.430.9900.53274.0798.3323.53
Hex441772B630351126218
Octal10411675314306542214230
Binary10001001111011110101111000110110101100010010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440177; }

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

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

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

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

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

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

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

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