#440369

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

Shades of Indigo #440369

Tints of Indigo #440369

Color information

#440369 (or 0x440369) is unknown color: approx Indigo. HEX triplet: 44, 03 and 69. RGB value is (68,3,105). Sum of RGB (Red+Green+Blue) = 68+3+105=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 105 (41.41% from 255 or 59.66% from 176); Max value from RGB is 105 - color contains mainly: blue. Hex color #440369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440369 is #BBFC96. Grayscale: #212121. Windows color (decimal): -12319895 or 6882116. OLE color: 6882116.

HSL color Cylindrical-coordinate representation of color #440369: hue angle of 278.24º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #440369 is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB683105-
CMYK0.350.9700.59
HSL278.24º94.44%21.18%-
HSV(B)278.24º97.14%41.18%-
XYZ4.972.3113.55-
YUV34.06168.03152.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.64%
GREEN value IS 3 (1.56% from 255) = 1.70%
BLUE value IS 105 (41.41% from 255) = 59.66%
R=38.64%
G=1.70%
B=59.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6831050.350.9700.59278.2494.4421.18
Hex44369236103B1165e15
Octal10431514314107342613625
Binary100010011110100110001111000010111011100010110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440369; }

 p { color: rgb(68,3,105); }

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

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

 a { background-color: rgb(68,3,105); }

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

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

 span { border-color: rgb(68,3,105); }

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