#440960

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

Shades of Indigo #440960

Tints of Indigo #440960

Color information

#440960 (or 0x440960) is unknown color: approx Indigo. HEX triplet: 44, 09 and 60. RGB value is (68,9,96). Sum of RGB (Red+Green+Blue) = 68+9+96=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 96 (37.89% from 255 or 55.49% from 173); Max value from RGB is 96 - color contains mainly: blue. Hex color #440960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440960 is #BBF69F. Grayscale: #242424. Windows color (decimal): -12318368 or 6293828. OLE color: 6293828.

HSL color Cylindrical-coordinate representation of color #440960: hue angle of 280.69º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440960 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB68996-
CMYK0.290.9100.62
HSL280.69º82.86%20.59%-
HSV(B)280.69º90.62%37.65%-
XYZ4.592.2711.26-
YUV36.56161.55150.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.31%
GREEN value IS 9 (3.91% from 255) = 5.20%
BLUE value IS 96 (37.89% from 255) = 55.49%
R=39.31%
G=5.20%
B=55.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal689960.290.9100.62280.6982.8620.59
Hex449601D5B03E1195315
Octal104111403513307643112325
Binary1000100100111000001110110110110111110100011001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440960; }

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

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

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

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

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

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

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

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