#44036C

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

Shades of Indigo #44036C

Tints of Indigo #44036C

Color information

#44036C (or 0x44036C) is unknown color: approx Indigo. HEX triplet: 44, 03 and 6C. RGB value is (68,3,108). Sum of RGB (Red+Green+Blue) = 68+3+108=179 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.99% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 108 (42.58% from 255 or 60.34% from 179); Max value from RGB is 108 - color contains mainly: blue. Hex color #44036C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44036C is #BBFC93. Grayscale: #222222. Windows color (decimal): -12319892 or 7078724. OLE color: 7078724.

HSL color Cylindrical-coordinate representation of color #44036C: hue angle of 277.14º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #44036C is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB683108-
CMYK0.370.9700.58
HSL277.14º94.59%21.76%-
HSV(B)277.14º97.22%42.35%-
XYZ5.122.3814.38-
YUV34.4169.53151.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.99%
GREEN value IS 3 (1.56% from 255) = 1.68%
BLUE value IS 108 (42.58% from 255) = 60.34%
R=37.99%
G=1.68%
B=60.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6831080.370.9700.58277.1494.5921.76
Hex4436C256103A1155f16
Octal10431544514107242513726
Binary100010011110110010010111000010111010100010101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44036C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,3,108); }

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

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

 a { background-color: rgb(68,3,108); }

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

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

 span { border-color: rgb(68,3,108); }

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