#44106C

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

Shades of Indigo #44106C

Tints of Indigo #44106C

Color information

#44106C (or 0x44106C) is unknown color: approx Indigo. HEX triplet: 44, 10 and 6C. RGB value is (68,16,108). Sum of RGB (Red+Green+Blue) = 68+16+108=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 108 (42.58% from 255 or 56.25% from 192); Max value from RGB is 108 - color contains mainly: blue. Hex color #44106C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44106C is #BBEF93. Grayscale: #292929. Windows color (decimal): -12316564 or 7082052. OLE color: 7082052.

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

Color convert

RGB6816108-
CMYK0.370.8500.58
HSL273.91º74.19%24.31%-
HSV(B)273.91º85.19%42.35%-
XYZ5.282.6814.43-
YUV42.04165.23146.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.42%
GREEN value IS 16 (6.64% from 255) = 8.33%
BLUE value IS 108 (42.58% from 255) = 56.25%
R=35.42%
G=8.33%
B=56.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68161080.370.8500.58273.9174.1924.31
Hex44106C255503A1124a18
Octal104201544512507242211230
Binary100010010000110110010010110101010111010100010010100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44106C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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