#44079C

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

Shades of Indigo #44079C

Tints of Indigo #44079C

Color information

#44079C (or 0x44079C) is unknown color: approx Indigo. HEX triplet: 44, 07 and 9C. RGB value is (68,7,156). Sum of RGB (Red+Green+Blue) = 68+7+156=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 156 (61.33% from 255 or 67.53% from 231); Max value from RGB is 156 - color contains mainly: blue. Hex color #44079C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44079C is #BBF863. Grayscale: #292929. Windows color (decimal): -12318820 or 10225476. OLE color: 10225476.

HSL color Cylindrical-coordinate representation of color #44079C: hue angle of 264.56º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #44079C is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB687156-
CMYK0.560.9600.39
HSL264.56º91.41%31.96%-
HSV(B)264.56º95.51%61.18%-
XYZ8.463.7831.74-
YUV42.22192.21146.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.44%
GREEN value IS 7 (3.12% from 255) = 3.03%
BLUE value IS 156 (61.33% from 255) = 67.53%
R=29.44%
G=3.03%
B=67.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6871560.560.9600.39264.5691.4131.96
Hex4479C38600271095b20
Octal10472347014004741113340
Binary100010011110011100111000110000001001111000010011011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44079C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44079C; }

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

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

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

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

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

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

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

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