#44056E

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

Shades of Indigo #44056E

Tints of Indigo #44056E

Color information

#44056E (or 0x44056E) is unknown color: approx Indigo. HEX triplet: 44, 05 and 6E. RGB value is (68,5,110). Sum of RGB (Red+Green+Blue) = 68+5+110=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 110 (43.36% from 255 or 60.11% from 183); Max value from RGB is 110 - color contains mainly: blue. Hex color #44056E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44056E is #BBFA91. Grayscale: #232323. Windows color (decimal): -12319378 or 7210308. OLE color: 7210308.

HSL color Cylindrical-coordinate representation of color #44056E: hue angle of 276º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #44056E is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB685110-
CMYK0.380.9500.57
HSL276º91.3%22.55%-
HSV(B)276º95.45%43.14%-
XYZ5.252.4614.95-
YUV35.81169.87150.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.16%
GREEN value IS 5 (2.34% from 255) = 2.73%
BLUE value IS 110 (43.36% from 255) = 60.11%
R=37.16%
G=2.73%
B=60.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6851100.380.9500.5727691.322.55
Hex4456E265F0391145b17
Octal10451564613707142413327
Binary1000100101110111010011010111110111001100010100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44056E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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