#400AAB

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

Shades of Indigo #400AAB

Tints of Indigo #400AAB

Color information

#400AAB (or 0x400AAB) is unknown color: approx Indigo. HEX triplet: 40, 0A and AB. RGB value is (64,10,171). Sum of RGB (Red+Green+Blue) = 64+10+171=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 171 (67.19% from 255 or 69.80% from 245); Max value from RGB is 171 - color contains mainly: blue. Hex color #400AAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400AAB is #BFF554. Grayscale: #2B2B2B. Windows color (decimal): -12580181 or 11209280. OLE color: 11209280.

HSL color Cylindrical-coordinate representation of color #400AAB: hue angle of 260.12º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400AAB is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6410171-
CMYK0.630.9400.33
HSL260.12º88.95%35.49%-
HSV(B)260.12º94.15%67.06%-
XYZ9.574.2538.84-
YUV44.5199.39141.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.12%
GREEN value IS 10 (4.30% from 255) = 4.08%
BLUE value IS 171 (67.19% from 255) = 69.80%
R=26.12%
G=4.08%
B=69.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64101710.630.9400.33260.1288.9535.49
Hex40AAB3F5E0211045923
Octal100122537713604140413143
Binary1000000101010101011111111101111001000011000001001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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