#44045E

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

Shades of Indigo #44045E

Tints of Indigo #44045E

Color information

#44045E (or 0x44045E) is unknown color: approx Indigo. HEX triplet: 44, 04 and 5E. RGB value is (68,4,94). Sum of RGB (Red+Green+Blue) = 68+4+94=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 94 (37.11% from 255 or 56.63% from 166); Max value from RGB is 94 - color contains mainly: blue. Hex color #44045E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44045E is #BBFBA1. Grayscale: #212121. Windows color (decimal): -12319650 or 6161476. OLE color: 6161476.

HSL color Cylindrical-coordinate representation of color #44045E: hue angle of 282.67º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #44045E is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB68494-
CMYK0.280.9600.63
HSL282.67º91.84%19.22%-
HSV(B)282.67º95.74%36.86%-
XYZ4.452.1210.77-
YUV33.4162.2152.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.96%
GREEN value IS 4 (1.95% from 255) = 2.41%
BLUE value IS 94 (37.11% from 255) = 56.63%
R=40.96%
G=2.41%
B=56.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal684940.280.9600.63282.6791.8419.22
Hex4445E1C6003F11b5c13
Octal10441363414007743313423
Binary100010010010111101110011000000111111100011011101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44045E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44045E; }

 p { color: rgb(68,4,94); }

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

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

 a { background-color: rgb(68,4,94); }

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

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

 span { border-color: rgb(68,4,94); }

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