#400E9F

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

Shades of Indigo #400E9F

Tints of Indigo #400E9F

Color information

#400E9F (or 0x400E9F) is unknown color: approx Indigo. HEX triplet: 40, 0E and 9F. RGB value is (64,14,159). Sum of RGB (Red+Green+Blue) = 64+14+159=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 159 (62.5% from 255 or 67.09% from 237); Max value from RGB is 159 - color contains mainly: blue. Hex color #400E9F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400E9F is #BFF160. Grayscale: #2C2C2C. Windows color (decimal): -12579169 or 10423872. OLE color: 10423872.

HSL color Cylindrical-coordinate representation of color #400E9F: hue angle of 260.69º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400E9F is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6414159-
CMYK0.600.9100.38
HSL260.69º83.82%33.92%-
HSV(B)260.69º91.19%62.35%-
XYZ8.533.9133.11-
YUV45.48192.06141.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.00%
GREEN value IS 14 (5.86% from 255) = 5.91%
BLUE value IS 159 (62.5% from 255) = 67.09%
R=27.00%
G=5.91%
B=67.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64141590.600.9100.38260.6983.8233.92
Hex40E9F3C5B0261055422
Octal100162377413304640512442
Binary1000000111010011111111100101101101001101000001011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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