#400990

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

Shades of Indigo #400990

Tints of Indigo #400990

Color information

#400990 (or 0x400990) is unknown color: approx Indigo. HEX triplet: 40, 09 and 90. RGB value is (64,9,144). Sum of RGB (Red+Green+Blue) = 64+9+144=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 144 (56.64% from 255 or 66.36% from 217); Max value from RGB is 144 - color contains mainly: blue. Hex color #400990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400990 is #BFF66F. Grayscale: #282828. Windows color (decimal): -12580464 or 9439552. OLE color: 9439552.

HSL color Cylindrical-coordinate representation of color #400990: hue angle of 264.44º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400990 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB649144-
CMYK0.560.9400.44
HSL264.44º88.24%30%-
HSV(B)264.44º93.75%56.47%-
XYZ7.253.326.64-
YUV40.83186.22144.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.49%
GREEN value IS 9 (3.91% from 255) = 4.15%
BLUE value IS 144 (56.64% from 255) = 66.36%
R=29.49%
G=4.15%
B=66.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6491440.560.9400.44264.4488.2430
Hex40990385E02C108581e
Octal100112207013605441013036
Binary100000010011001000011100010111100101100100001000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400990; }

 p { color: rgb(64,9,144); }

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

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

 a { background-color: rgb(64,9,144); }

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

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

 span { border-color: rgb(64,9,144); }

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