#440662

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

Shades of Indigo #440662

Tints of Indigo #440662

Color information

#440662 (or 0x440662) is unknown color: approx Indigo. HEX triplet: 44, 06 and 62. RGB value is (68,6,98). Sum of RGB (Red+Green+Blue) = 68+6+98=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 98 (38.67% from 255 or 56.98% from 172); Max value from RGB is 98 - color contains mainly: blue. Hex color #440662 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440662 is #BBF99D. Grayscale: #222222. Windows color (decimal): -12319134 or 6424132. OLE color: 6424132.

HSL color Cylindrical-coordinate representation of color #440662: hue angle of 280.43º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440662 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB68698-
CMYK0.310.9400.62
HSL280.43º88.46%20.39%-
HSV(B)280.43º93.88%38.43%-
XYZ4.652.2411.74-
YUV35.03163.54151.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.53%
GREEN value IS 6 (2.73% from 255) = 3.49%
BLUE value IS 98 (38.67% from 255) = 56.98%
R=39.53%
G=3.49%
B=56.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal686980.310.9400.62280.4388.4620.39
Hex446621F5E03E1185814
Octal10461423713607643013024
Binary100010011011000101111110111100111110100011000101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440662; }

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

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

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

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

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

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

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

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