#440999

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

Shades of Indigo #440999

Tints of Indigo #440999

Color information

#440999 (or 0x440999) is unknown color: approx Indigo. HEX triplet: 44, 09 and 99. RGB value is (68,9,153). Sum of RGB (Red+Green+Blue) = 68+9+153=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 153 (60.16% from 255 or 66.52% from 230); Max value from RGB is 153 - color contains mainly: blue. Hex color #440999 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440999 is #BBF666. Grayscale: #2A2A2A. Windows color (decimal): -12318311 or 10029380. OLE color: 10029380.

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

Color convert

RGB689153-
CMYK0.560.9400.4
HSL264.58º88.89%31.76%-
HSV(B)264.58º94.12%60%-
XYZ8.233.7230.42-
YUV43.06190.05145.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.57%
GREEN value IS 9 (3.91% from 255) = 3.91%
BLUE value IS 153 (60.16% from 255) = 66.52%
R=29.57%
G=3.91%
B=66.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal6891530.560.9400.4264.5888.8931.76
Hex44999385E0281095920
Octal104112317013605041113140
Binary1000100100110011001111000101111001010001000010011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440999; }

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

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

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

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

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

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

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

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