#44036A

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

Shades of Indigo #44036A

Tints of Indigo #44036A

Color information

#44036A (or 0x44036A) is unknown color: approx Indigo. HEX triplet: 44, 03 and 6A. RGB value is (68,3,106). Sum of RGB (Red+Green+Blue) = 68+3+106=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 106 (41.80% from 255 or 59.89% from 177); Max value from RGB is 106 - color contains mainly: blue. Hex color #44036A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44036A is #BBFC95. Grayscale: #212121. Windows color (decimal): -12319894 or 6947652. OLE color: 6947652.

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

Color convert

RGB683106-
CMYK0.360.9700.58
HSL277.86º94.5%21.37%-
HSV(B)277.86º97.17%41.57%-
XYZ5.022.3313.82-
YUV34.18168.53152.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.42%
GREEN value IS 3 (1.56% from 255) = 1.69%
BLUE value IS 106 (41.80% from 255) = 59.89%
R=38.42%
G=1.69%
B=59.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6831060.360.9700.58277.8694.521.37
Hex4436A246103A1165e15
Octal10431524414107242613625
Binary100010011110101010010011000010111010100010110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44036A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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