#440665

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

Shades of Indigo #440665

Tints of Indigo #440665

Color information

#440665 (or 0x440665) is unknown color: approx Indigo. HEX triplet: 44, 06 and 65. RGB value is (68,6,101). Sum of RGB (Red+Green+Blue) = 68+6+101=175 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.86% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 101 (39.84% from 255 or 57.71% from 175); Max value from RGB is 101 - color contains mainly: blue. Hex color #440665 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440665 is #BBF99A. Grayscale: #232323. Windows color (decimal): -12319131 or 6620740. OLE color: 6620740.

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

Color convert

RGB686101-
CMYK0.330.9400.60
HSL279.16º88.79%20.98%-
HSV(B)279.16º94.06%39.61%-
XYZ4.82.312.5-
YUV35.37165.04151.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.86%
GREEN value IS 6 (2.73% from 255) = 3.43%
BLUE value IS 101 (39.84% from 255) = 57.71%
R=38.86%
G=3.43%
B=57.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6861010.330.9400.60279.1688.7920.98
Hex44665215E03C1175915
Octal10461454113607442713125
Binary1000100110110010110000110111100111100100010111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440665; }

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

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

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

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

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

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

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

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