#400B7D

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

Shades of Indigo #400B7D

Tints of Indigo #400B7D

Color information

#400B7D (or 0x400B7D) is unknown color: approx Indigo. HEX triplet: 40, 0B and 7D. RGB value is (64,11,125). Sum of RGB (Red+Green+Blue) = 64+11+125=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 11 (4.69% from 255 or 5.5% from 200); Blue value is 125 (49.22% from 255 or 62.5% from 200); Max value from RGB is 125 - color contains mainly: blue. Hex color #400B7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400B7D is #BFF482. Grayscale: #272727. Windows color (decimal): -12579971 or 8194880. OLE color: 8194880.

HSL color Cylindrical-coordinate representation of color #400B7D: hue angle of 267.89º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400B7D is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6411125-
CMYK0.490.9100.51
HSL267.89º83.82%26.67%-
HSV(B)267.89º91.2%49.02%-
XYZ5.942.8119.63-
YUV39.84176.06145.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32%
GREEN value IS 11 (4.69% from 255) = 5.5%
BLUE value IS 125 (49.22% from 255) = 62.5%
R=32%
G=5.5%
B=62.5%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64111250.490.9100.51267.8983.8226.67
Hex40B7D315B03310c541b
Octal100131756113306341412433
Binary10000001011111110111000110110110110011100001100101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,11,125); }

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

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

 a { background-color: rgb(64,11,125); }

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

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

 span { border-color: rgb(64,11,125); }

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