#400391

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

Shades of Indigo #400391

Tints of Indigo #400391

Color information

#400391 (or 0x400391) is unknown color: approx Indigo. HEX triplet: 40, 03 and 91. RGB value is (64,3,145). Sum of RGB (Red+Green+Blue) = 64+3+145=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 145 (57.03% from 255 or 68.40% from 212); Max value from RGB is 145 - color contains mainly: blue. Hex color #400391 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400391 is #BFFC6E. Grayscale: #242424. Windows color (decimal): -12581999 or 9503552. OLE color: 9503552.

HSL color Cylindrical-coordinate representation of color #400391: hue angle of 265.77º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400391 is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB643145-
CMYK0.560.9800.43
HSL265.77º95.95%29.02%-
HSV(B)265.77º97.93%56.86%-
XYZ7.263.227.02-
YUV37.43188.71146.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.19%
GREEN value IS 3 (1.56% from 255) = 1.42%
BLUE value IS 145 (57.03% from 255) = 68.40%
R=30.19%
G=1.42%
B=68.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6431450.560.9800.43265.7795.9529.02
Hex40391386202B10a601d
Octal10032217014205341214035
Binary1000000111001000111100011000100101011100001010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400391; }

 p { color: rgb(64,3,145); }

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

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

 a { background-color: rgb(64,3,145); }

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

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

 span { border-color: rgb(64,3,145); }

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