#44006C

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

Shades of Indigo #44006C

Tints of Indigo #44006C

Color information

#44006C (or 0x44006C) is unknown color: approx Indigo. HEX triplet: 44, 00 and 6C. RGB value is (68,0,108). Sum of RGB (Red+Green+Blue) = 68+0+108=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 108 (42.58% from 255 or 61.36% from 176); Max value from RGB is 108 - color contains mainly: blue. Hex color #44006C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44006C is #BBFF93. Grayscale: #202020. Windows color (decimal): -12320660 or 7077956. OLE color: 7077956.

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

Color convert

RGB680108-
CMYK0.37100.58
HSL277.78º100%21.18%-
HSV(B)277.78º100%42.35%-
XYZ5.092.3114.37-
YUV32.64170.53153.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 108 (42.58% from 255) = 61.36%
R=38.64%
G=0%
B=61.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6801080.37100.58277.7810021.18
Hex4406C256403A1166415
Octal10401544514407242614425
Binary10001000110110010010111001000111010100010110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44006C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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