#400d97

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

Shades of Indigo #400D97

Tints of Indigo #400D97

Color information

#400D97 (or 0x400D97) is unknown color: approx Indigo. HEX triplet: 40, 0D and 97. RGB value is (64,13,151). Sum of RGB (Red+Green+Blue) = 64+13+151=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 151 (59.38% from 255 or 66.23% from 228); Max value from RGB is 151 - color contains mainly: blue. Hex color #400D97 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400D97 is #BFF268. Grayscale: #2B2B2B. Windows color (decimal): -12579433 or 9899328. OLE color: 9899328.

HSL color Cylindrical-coordinate representation of color #400D97: hue angle of 262.17º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400D97 is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6413151-
CMYK0.580.9100.41
HSL262.17º84.15%32.16%-
HSV(B)262.17º91.39%59.22%-
XYZ7.843.6129.56-
YUV43.98188.4142.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.07%
GREEN value IS 13 (5.47% from 255) = 5.70%
BLUE value IS 151 (59.38% from 255) = 66.23%
R=28.07%
G=5.70%
B=66.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal64131510.580.9100.41262.1784.1532.16
Hex40D973A5B0291065420
Octal100152277213305140612440
Binary1000000110110010111111010101101101010011000001101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400d97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400d97; }

 p { color: rgb(64,13,151); }

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

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

 a { background-color: rgb(64,13,151); }

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

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

 span { border-color: rgb(64,13,151); }

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