#400B9D

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

Shades of Indigo #400B9D

Tints of Indigo #400B9D

Color information

#400B9D (or 0x400B9D) is unknown color: approx Indigo. HEX triplet: 40, 0B and 9D. RGB value is (64,11,157). Sum of RGB (Red+Green+Blue) = 64+11+157=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 157 (61.72% from 255 or 67.67% from 232); Max value from RGB is 157 - color contains mainly: blue. Hex color #400B9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400B9D is #BFF462. Grayscale: #2A2A2A. Windows color (decimal): -12579939 or 10292032. OLE color: 10292032.

HSL color Cylindrical-coordinate representation of color #400B9D: hue angle of 261.78º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400B9D is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6411157-
CMYK0.590.9300.38
HSL261.78º86.9%32.94%-
HSV(B)261.78º92.99%61.57%-
XYZ8.323.7632.19-
YUV43.49192.06142.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.59%
GREEN value IS 11 (4.69% from 255) = 4.74%
BLUE value IS 157 (61.72% from 255) = 67.67%
R=27.59%
G=4.74%
B=67.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64111570.590.9300.38261.7886.932.94
Hex40B9D3B5D0261065721
Octal100132357313504640612741
Binary1000000101110011101111011101110101001101000001101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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