#400BAE

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

Shades of Indigo #400BAE

Tints of Indigo #400BAE

Color information

#400BAE (or 0x400BAE) is unknown color: approx Indigo. HEX triplet: 40, 0B and AE. RGB value is (64,11,174). Sum of RGB (Red+Green+Blue) = 64+11+174=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 174 (68.36% from 255 or 69.88% from 249); Max value from RGB is 174 - color contains mainly: blue. Hex color #400BAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400BAE is #BFF451. Grayscale: #2C2C2C. Windows color (decimal): -12579922 or 11406144. OLE color: 11406144.

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

Color convert

RGB6411174-
CMYK0.630.9400.32
HSL259.51º88.11%36.27%-
HSV(B)259.51º93.68%68.24%-
XYZ9.874.3940.37-
YUV45.43200.56141.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.70%
GREEN value IS 11 (4.69% from 255) = 4.42%
BLUE value IS 174 (68.36% from 255) = 69.88%
R=25.70%
G=4.42%
B=69.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal64111740.630.9400.32259.5188.1136.27
Hex40BAE3F5E0201045824
Octal100132567713604040413044
Binary1000000101110101110111111101111001000001000001001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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