#44075E

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

Shades of Indigo #44075E

Tints of Indigo #44075E

Color information

#44075E (or 0x44075E) is unknown color: approx Indigo. HEX triplet: 44, 07 and 5E. RGB value is (68,7,94). Sum of RGB (Red+Green+Blue) = 68+7+94=169 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.24% from 169); Green value is 7 (3.12% from 255 or 4.14% from 169); Blue value is 94 (37.11% from 255 or 55.62% from 169); Max value from RGB is 94 - color contains mainly: blue. Hex color #44075E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44075E is #BBF8A1. Grayscale: #222222. Windows color (decimal): -12318882 or 6162244. OLE color: 6162244.

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

Color convert

RGB68794-
CMYK0.280.9300.63
HSL282.07º86.14%19.8%-
HSV(B)282.07º92.55%36.86%-
XYZ4.482.1910.78-
YUV35.16161.21151.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.24%
GREEN value IS 7 (3.12% from 255) = 4.14%
BLUE value IS 94 (37.11% from 255) = 55.62%
R=40.24%
G=4.14%
B=55.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal687940.280.9300.63282.0786.1419.8
Hex4475E1C5D03F11a5614
Octal10471363413507743212624
Binary100010011110111101110010111010111111100011010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44075E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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