#400881

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

Shades of Indigo #400881

Tints of Indigo #400881

Color information

#400881 (or 0x400881) is unknown color: approx Indigo. HEX triplet: 40, 08 and 81. RGB value is (64,8,129). Sum of RGB (Red+Green+Blue) = 64+8+129=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 129 (50.78% from 255 or 64.18% from 201); Max value from RGB is 129 - color contains mainly: blue. Hex color #400881 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400881 is #BFF77E. Grayscale: #262626. Windows color (decimal): -12580735 or 8456256. OLE color: 8456256.

HSL color Cylindrical-coordinate representation of color #400881: hue angle of 267.77º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400881 is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB648129-
CMYK0.500.9400.49
HSL267.77º88.32%26.86%-
HSV(B)267.77º93.8%50.59%-
XYZ6.162.8520.99-
YUV38.54179.05146.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.84%
GREEN value IS 8 (3.52% from 255) = 3.98%
BLUE value IS 129 (50.78% from 255) = 64.18%
R=31.84%
G=3.98%
B=64.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6481290.500.9400.49267.7788.3226.86
Hex40881325E03110c581b
Octal100102016213606141413033
Binary100000010001000000111001010111100110001100001100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400881; }

 p { color: rgb(64,8,129); }

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

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

 a { background-color: rgb(64,8,129); }

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

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

 span { border-color: rgb(64,8,129); }

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