#440681

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

Shades of Indigo #440681

Tints of Indigo #440681

Color information

#440681 (or 0x440681) is unknown color: approx Indigo. HEX triplet: 44, 06 and 81. RGB value is (68,6,129). Sum of RGB (Red+Green+Blue) = 68+6+129=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 129 (50.78% from 255 or 63.55% from 203); Max value from RGB is 129 - color contains mainly: blue. Hex color #440681 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440681 is #BBF97E. Grayscale: #262626. Windows color (decimal): -12319103 or 8455748. OLE color: 8455748.

HSL color Cylindrical-coordinate representation of color #440681: hue angle of 270.24º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440681 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB686129-
CMYK0.470.9500.49
HSL270.24º91.11%26.47%-
HSV(B)270.24º95.35%50.59%-
XYZ6.412.9421-
YUV38.56179.04149-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.50%
GREEN value IS 6 (2.73% from 255) = 2.96%
BLUE value IS 129 (50.78% from 255) = 63.55%
R=33.50%
G=2.96%
B=63.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6861290.470.9500.49270.2491.1126.47
Hex446812F5F03110e5b1a
Octal10462015713706141613332
Binary10001001101000000110111110111110110001100001110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440681; }

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

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

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

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

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

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

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

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