#400972

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

Shades of Indigo #400972

Tints of Indigo #400972

Color information

#400972 (or 0x400972) is unknown color: approx Indigo. HEX triplet: 40, 09 and 72. RGB value is (64,9,114). Sum of RGB (Red+Green+Blue) = 64+9+114=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 114 (44.92% from 255 or 60.96% from 187); Max value from RGB is 114 - color contains mainly: blue. Hex color #400972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400972 is #BFF68D. Grayscale: #252525. Windows color (decimal): -12580494 or 7473472. OLE color: 7473472.

HSL color Cylindrical-coordinate representation of color #400972: hue angle of 271.43º 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 #400972 is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB649114-
CMYK0.440.9200.55
HSL271.43º85.37%24.12%-
HSV(B)271.43º92.11%44.71%-
XYZ5.252.516.13-
YUV37.42171.22146.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.22%
GREEN value IS 9 (3.91% from 255) = 4.81%
BLUE value IS 114 (44.92% from 255) = 60.96%
R=34.22%
G=4.81%
B=60.96%

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
Decimal6491140.440.9200.55271.4385.3724.12
Hex409722C5C03710f5518
Octal100111625413406741712530
Binary10000001001111001010110010111000110111100001111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400972; }

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

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

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

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

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

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

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

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