#44006D

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

Shades of Indigo #44006D

Tints of Indigo #44006D

Color information

#44006D (or 0x44006D) is unknown color: approx Indigo. HEX triplet: 44, 00 and 6D. RGB value is (68,0,109). Sum of RGB (Red+Green+Blue) = 68+0+109=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 109 (42.97% from 255 or 61.58% from 177); Max value from RGB is 109 - color contains mainly: blue. Hex color #44006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44006D is #BBFF92. Grayscale: #202020. Windows color (decimal): -12320659 or 7143492. OLE color: 7143492.

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

Color convert

RGB680109-
CMYK0.38100.57
HSL277.43º100%21.37%-
HSV(B)277.43º100%42.75%-
XYZ5.142.3314.65-
YUV32.76171.03153.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 109 (42.97% from 255) = 61.58%
R=38.42%
G=0%
B=61.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6801090.38100.57277.4310021.37
Hex4406D26640391156415
Octal10401554614407142514425
Binary10001000110110110011011001000111001100010101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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