#400090

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

Shades of Indigo #400090

Tints of Indigo #400090

Color information

#400090 (or 0x400090) is unknown color: approx Indigo. HEX triplet: 40, 00 and 90. RGB value is (64,0,144). Sum of RGB (Red+Green+Blue) = 64+0+144=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 144 (56.64% from 255 or 69.23% from 208); Max value from RGB is 144 - color contains mainly: blue. Hex color #400090 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400090 is #BFFF6F. Grayscale: #232323. Windows color (decimal): -12582768 or 9437248. OLE color: 9437248.

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

Color convert

RGB640144-
CMYK0.56100.44
HSL266.67º100%28.24%-
HSV(B)266.67º100%56.47%-
XYZ7.153.126.61-
YUV35.55189.2148.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 144 (56.64% from 255) = 69.23%
R=30.77%
G=0%
B=69.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6401440.56100.44266.6710028.24
Hex40090386402C10b641c
Octal10002207014405441314434
Binary100000001001000011100011001000101100100001011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400090; }

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

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

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

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

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

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

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

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