#440159

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

Shades of Indigo #440159

Tints of Indigo #440159

Color information

#440159 (or 0x440159) is unknown color: approx Indigo. HEX triplet: 44, 01 and 59. RGB value is (68,1,89). Sum of RGB (Red+Green+Blue) = 68+1+89=158 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.04% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 89 (35.16% from 255 or 56.33% from 158); Max value from RGB is 89 - color contains mainly: blue. Hex color #440159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440159 is #BBFEA6. Grayscale: #1E1E1E. Windows color (decimal): -12320423 or 5833028. OLE color: 5833028.

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

Color convert

RGB68189-
CMYK0.240.9900.65
HSL285.68º97.78%17.65%-
HSV(B)285.68º98.88%34.9%-
XYZ4.21.979.61-
YUV31.06160.7154.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.04%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 89 (35.16% from 255) = 56.33%
R=43.04%
G=0.63%
B=56.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal681890.240.9900.65285.6897.7817.65
Hex44159186304111e6212
Octal104113130143010143614222
Binary10001001101100111000110001101000001100011110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440159; }

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

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

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

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

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

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

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

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