#400A76

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

Shades of Indigo #400A76

Tints of Indigo #400A76

Color information

#400A76 (or 0x400A76) is unknown color: approx Indigo. HEX triplet: 40, 0A and 76. RGB value is (64,10,118). Sum of RGB (Red+Green+Blue) = 64+10+118=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 10 (4.30% from 255 or 5.21% from 192); Blue value is 118 (46.48% from 255 or 61.46% from 192); Max value from RGB is 118 - color contains mainly: blue. Hex color #400A76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400A76 is #BFF589. Grayscale: #262626. Windows color (decimal): -12580234 or 7735872. OLE color: 7735872.

HSL color Cylindrical-coordinate representation of color #400A76: hue angle of 270º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400A76 is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6410118-
CMYK0.460.9200.54
HSL270º84.38%25.1%-
HSV(B)270º91.53%46.27%-
XYZ5.492.6217.35-
YUV38.46172.89146.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.33%
GREEN value IS 10 (4.30% from 255) = 5.21%
BLUE value IS 118 (46.48% from 255) = 61.46%
R=33.33%
G=5.21%
B=61.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64101180.460.9200.5427084.3825.1
Hex40A762E5C03610e5419
Octal100121665613406641612431
Binary10000001010111011010111010111000110110100001110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400A76; }

 p { color: rgb(64,10,118); }

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

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

 a { background-color: rgb(64,10,118); }

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

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

 span { border-color: rgb(64,10,118); }

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