#400477

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

Shades of Indigo #400477

Tints of Indigo #400477

Color information

#400477 (or 0x400477) is unknown color: approx Indigo. HEX triplet: 40, 04 and 77. RGB value is (64,4,119). Sum of RGB (Red+Green+Blue) = 64+4+119=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 119 (46.88% from 255 or 63.64% from 187); Max value from RGB is 119 - color contains mainly: blue. Hex color #400477 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400477 is #BFFB88. Grayscale: #222222. Windows color (decimal): -12581769 or 7799872. OLE color: 7799872.

HSL color Cylindrical-coordinate representation of color #400477: hue angle of 271.3º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #400477 is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB644119-
CMYK0.460.9700.53
HSL271.3º93.5%24.12%-
HSV(B)271.3º96.64%46.67%-
XYZ5.492.5117.65-
YUV35.05175.38148.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.22%
GREEN value IS 4 (1.95% from 255) = 2.14%
BLUE value IS 119 (46.88% from 255) = 63.64%
R=34.22%
G=2.14%
B=63.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6441190.460.9700.53271.393.524.12
Hex404772E6103510f5d18
Octal10041675614106541713530
Binary1000000100111011110111011000010110101100001111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400477; }

 p { color: rgb(64,4,119); }

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

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

 a { background-color: rgb(64,4,119); }

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

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

 span { border-color: rgb(64,4,119); }

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