#440675

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

Shades of Indigo #440675

Tints of Indigo #440675

Color information

#440675 (or 0x440675) is unknown color: approx Indigo. HEX triplet: 44, 06 and 75. RGB value is (68,6,117). Sum of RGB (Red+Green+Blue) = 68+6+117=191 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.60% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 117 (46.09% from 255 or 61.26% from 191); Max value from RGB is 117 - color contains mainly: blue. Hex color #440675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440675 is #BBF98A. Grayscale: #242424. Windows color (decimal): -12319115 or 7669316. OLE color: 7669316.

HSL color Cylindrical-coordinate representation of color #440675: hue angle of 273.51º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440675 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB686117-
CMYK0.420.9500.54
HSL273.51º90.24%24.12%-
HSV(B)273.51º94.87%45.88%-
XYZ5.662.6417.04-
YUV37.19173.04149.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.60%
GREEN value IS 6 (2.73% from 255) = 3.14%
BLUE value IS 117 (46.09% from 255) = 61.26%
R=35.60%
G=3.14%
B=61.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6861170.420.9500.54273.5190.2424.12
Hex446752A5F0361125a18
Octal10461655213706642213230
Binary1000100110111010110101010111110110110100010010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440675; }

 p { color: rgb(68,6,117); }

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

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

 a { background-color: rgb(68,6,117); }

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

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

 span { border-color: rgb(68,6,117); }

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