#440969

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

Shades of Indigo #440969

Tints of Indigo #440969

Color information

#440969 (or 0x440969) is unknown color: approx Indigo. HEX triplet: 44, 09 and 69. RGB value is (68,9,105). Sum of RGB (Red+Green+Blue) = 68+9+105=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 105 (41.41% from 255 or 57.69% from 182); Max value from RGB is 105 - color contains mainly: blue. Hex color #440969 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440969 is #BBF696. Grayscale: #252525. Windows color (decimal): -12318359 or 6883652. OLE color: 6883652.

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

Color convert

RGB689105-
CMYK0.350.9100.59
HSL276.88º84.21%22.35%-
HSV(B)276.88º91.43%41.18%-
XYZ5.032.4413.57-
YUV37.58166.05149.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.36%
GREEN value IS 9 (3.91% from 255) = 4.95%
BLUE value IS 105 (41.41% from 255) = 57.69%
R=37.36%
G=4.95%
B=57.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6891050.350.9100.59276.8884.2122.35
Hex44969235B03B1155416
Octal104111514313307342512426
Binary10001001001110100110001110110110111011100010101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440969; }

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

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

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

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

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

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

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

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