#440890

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

Shades of Indigo #440890

Tints of Indigo #440890

Color information

#440890 (or 0x440890) is unknown color: approx Indigo. HEX triplet: 44, 08 and 90. RGB value is (68,8,144). Sum of RGB (Red+Green+Blue) = 68+8+144=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 144 (56.64% from 255 or 65.45% from 220); Max value from RGB is 144 - color contains mainly: blue. Hex color #440890 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440890 is #BBF76F. Grayscale: #282828. Windows color (decimal): -12318576 or 9439300. OLE color: 9439300.

HSL color Cylindrical-coordinate representation of color #440890: hue angle of 266.47º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440890 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB688144-
CMYK0.530.9400.44
HSL266.47º89.47%29.8%-
HSV(B)266.47º94.44%56.47%-
XYZ7.53.4226.65-
YUV41.44185.88146.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.91%
GREEN value IS 8 (3.52% from 255) = 3.64%
BLUE value IS 144 (56.64% from 255) = 65.45%
R=30.91%
G=3.64%
B=65.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6881440.530.9400.44266.4789.4729.8
Hex44890355E02C10a591e
Octal104102206513605441213136
Binary100010010001001000011010110111100101100100001010101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440890; }

 p { color: rgb(68,8,144); }

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

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

 a { background-color: rgb(68,8,144); }

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

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

 span { border-color: rgb(68,8,144); }

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