#44106B

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

Shades of Indigo #44106B

Tints of Indigo #44106B

Color information

#44106B (or 0x44106B) is unknown color: approx Indigo. HEX triplet: 44, 10 and 6B. RGB value is (68,16,107). Sum of RGB (Red+Green+Blue) = 68+16+107=191 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.60% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 107 (42.19% from 255 or 56.02% from 191); Max value from RGB is 107 - color contains mainly: blue. Hex color #44106B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44106B is #BBEF94. Grayscale: #292929. Windows color (decimal): -12316565 or 7016516. OLE color: 7016516.

HSL color Cylindrical-coordinate representation of color #44106B: hue angle of 274.29º 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 #44106B is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6816107-
CMYK0.360.8500.58
HSL274.29º73.98%24.12%-
HSV(B)274.29º85.05%41.96%-
XYZ5.222.6614.15-
YUV41.92164.73146.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.60%
GREEN value IS 16 (6.64% from 255) = 8.38%
BLUE value IS 107 (42.19% from 255) = 56.02%
R=35.60%
G=8.38%
B=56.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68161070.360.8500.58274.2973.9824.12
Hex44106B245503A1124a18
Octal104201534412507242211230
Binary100010010000110101110010010101010111010100010010100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44106B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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