#400973

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

Shades of Indigo #400973

Tints of Indigo #400973

Color information

#400973 (or 0x400973) is unknown color: approx Indigo. HEX triplet: 40, 09 and 73. RGB value is (64,9,115). Sum of RGB (Red+Green+Blue) = 64+9+115=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 115 (45.31% from 255 or 61.17% from 188); Max value from RGB is 115 - color contains mainly: blue. Hex color #400973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400973 is #BFF68C. Grayscale: #252525. Windows color (decimal): -12580493 or 7539008. OLE color: 7539008.

HSL color Cylindrical-coordinate representation of color #400973: hue angle of 271.13º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400973 is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB649115-
CMYK0.440.9200.55
HSL271.13º85.48%24.31%-
HSV(B)271.13º92.17%45.1%-
XYZ5.312.5216.43-
YUV37.53171.72146.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.04%
GREEN value IS 9 (3.91% from 255) = 4.79%
BLUE value IS 115 (45.31% from 255) = 61.17%
R=34.04%
G=4.79%
B=61.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6491150.440.9200.55271.1385.4824.31
Hex409732C5C03710f5518
Octal100111635413406741712530
Binary10000001001111001110110010111000110111100001111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400973; }

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

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

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

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

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

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

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

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