#440992

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

Shades of Indigo #440992

Tints of Indigo #440992

Color information

#440992 (or 0x440992) is unknown color: approx Indigo. HEX triplet: 44, 09 and 92. RGB value is (68,9,146). Sum of RGB (Red+Green+Blue) = 68+9+146=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 146 (57.42% from 255 or 65.47% from 223); Max value from RGB is 146 - color contains mainly: blue. Hex color #440992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440992 is #BBF66D. Grayscale: #292929. Windows color (decimal): -12318318 or 9570628. OLE color: 9570628.

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

Color convert

RGB689146-
CMYK0.530.9400.43
HSL265.84º88.39%30.39%-
HSV(B)265.84º93.84%57.25%-
XYZ7.673.527.47-
YUV42.26186.55146.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.49%
GREEN value IS 9 (3.91% from 255) = 4.04%
BLUE value IS 146 (57.42% from 255) = 65.47%
R=30.49%
G=4.04%
B=65.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6891460.530.9400.43265.8488.3930.39
Hex44992355E02B10a581e
Octal104112226513605341213036
Binary100010010011001001011010110111100101011100001010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440992; }

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

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

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

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

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

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

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

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