#400DAE

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

Shades of Indigo #400DAE

Tints of Indigo #400DAE

Color information

#400DAE (or 0x400DAE) is unknown color: approx Indigo. HEX triplet: 40, 0D and AE. RGB value is (64,13,174). Sum of RGB (Red+Green+Blue) = 64+13+174=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 174 (68.36% from 255 or 69.32% from 251); Max value from RGB is 174 - color contains mainly: blue. Hex color #400DAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400DAE is #BFF251. Grayscale: #2E2E2E. Windows color (decimal): -12579410 or 11406656. OLE color: 11406656.

HSL color Cylindrical-coordinate representation of color #400DAE: hue angle of 259.01º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400DAE is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6413174-
CMYK0.630.9300.32
HSL259.01º86.1%36.67%-
HSV(B)259.01º92.53%68.24%-
XYZ9.94.4340.38-
YUV46.6199.9140.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.50%
GREEN value IS 13 (5.47% from 255) = 5.18%
BLUE value IS 174 (68.36% from 255) = 69.32%
R=25.50%
G=5.18%
B=69.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal64131740.630.9300.32259.0186.136.67
Hex40DAE3F5D0201035625
Octal100152567713504040312645
Binary1000000110110101110111111101110101000001000000111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,13,174); }

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

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

 a { background-color: rgb(64,13,174); }

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

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

 span { border-color: rgb(64,13,174); }

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