#440061

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

Shades of Indigo #440061

Tints of Indigo #440061

Color information

#440061 (or 0x440061) is unknown color: approx Indigo. HEX triplet: 44, 00 and 61. RGB value is (68,0,97). Sum of RGB (Red+Green+Blue) = 68+0+97=165 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.21% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 97 (38.28% from 255 or 58.79% from 165); Max value from RGB is 97 - color contains mainly: blue. Hex color #440061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440061 is #BBFF9E. Grayscale: #1F1F1F. Windows color (decimal): -12320671 or 6357060. OLE color: 6357060.

HSL color Cylindrical-coordinate representation of color #440061: hue angle of 282.06º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #440061 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB68097-
CMYK0.30100.62
HSL282.06º100%19.02%-
HSV(B)282.06º100%38.04%-
XYZ4.542.0911.47-
YUV31.39165.03154.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 97 (38.28% from 255) = 58.79%
R=41.21%
G=0%
B=58.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal680970.30100.62282.0610019.02
Hex440611E6403E11a6413
Octal10401413614407643214423
Binary1000100011000011111011001000111110100011010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440061; }

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

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

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

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

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

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

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

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