#400EA9

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

Shades of Indigo #400EA9

Tints of Indigo #400EA9

Color information

#400EA9 (or 0x400EA9) is unknown color: approx Indigo. HEX triplet: 40, 0E and A9. RGB value is (64,14,169). Sum of RGB (Red+Green+Blue) = 64+14+169=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 14 (5.86% from 255 or 5.67% from 247); Blue value is 169 (66.41% from 255 or 68.42% from 247); Max value from RGB is 169 - color contains mainly: blue. Hex color #400EA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400EA9 is #BFF156. Grayscale: #2E2E2E. Windows color (decimal): -12579159 or 11079232. OLE color: 11079232.

HSL color Cylindrical-coordinate representation of color #400EA9: hue angle of 259.35º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400EA9 is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6414169-
CMYK0.620.9200.34
HSL259.35º84.7%35.88%-
HSV(B)259.35º91.72%66.27%-
XYZ9.434.2737.86-
YUV46.62197.06140.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.91%
GREEN value IS 14 (5.86% from 255) = 5.67%
BLUE value IS 169 (66.41% from 255) = 68.42%
R=25.91%
G=5.67%
B=68.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal64141690.620.9200.34259.3584.735.88
Hex40EA93E5C0221035524
Octal100162517613404240312544
Binary1000000111010101001111110101110001000101000000111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,14,169); }

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

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

 a { background-color: rgb(64,14,169); }

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

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

 span { border-color: rgb(64,14,169); }

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