#400677

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

Shades of Indigo #400677

Tints of Indigo #400677

Color information

#400677 (or 0x400677) is unknown color: approx Indigo. HEX triplet: 40, 06 and 77. RGB value is (64,6,119). Sum of RGB (Red+Green+Blue) = 64+6+119=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 119 (46.88% from 255 or 62.96% from 189); Max value from RGB is 119 - color contains mainly: blue. Hex color #400677 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400677 is #BFF988. Grayscale: #232323. Windows color (decimal): -12581257 or 7800384. OLE color: 7800384.

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

Color convert

RGB646119-
CMYK0.460.9500.53
HSL270.8º90.4%24.51%-
HSV(B)270.8º94.96%46.67%-
XYZ5.512.5517.66-
YUV36.22174.72147.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.86%
GREEN value IS 6 (2.73% from 255) = 3.17%
BLUE value IS 119 (46.88% from 255) = 62.96%
R=33.86%
G=3.17%
B=62.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6461190.460.9500.53270.890.424.51
Hex406772E5F03510f5a19
Octal10061675613706541713231
Binary1000000110111011110111010111110110101100001111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400677; }

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

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

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

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

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

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

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

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