#400B9F

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

Shades of Indigo #400B9F

Tints of Indigo #400B9F

Color information

#400B9F (or 0x400B9F) is unknown color: approx Indigo. HEX triplet: 40, 0B and 9F. RGB value is (64,11,159). Sum of RGB (Red+Green+Blue) = 64+11+159=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 159 (62.5% from 255 or 67.95% from 234); Max value from RGB is 159 - color contains mainly: blue. Hex color #400B9F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400B9F is #BFF460. Grayscale: #2B2B2B. Windows color (decimal): -12579937 or 10423104. OLE color: 10423104.

HSL color Cylindrical-coordinate representation of color #400B9F: hue angle of 261.49º 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 #400B9F is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6411159-
CMYK0.600.9300.38
HSL261.49º87.06%33.33%-
HSV(B)261.49º93.08%62.35%-
XYZ8.493.8333.09-
YUV43.72193.06142.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.35%
GREEN value IS 11 (4.69% from 255) = 4.70%
BLUE value IS 159 (62.5% from 255) = 67.95%
R=27.35%
G=4.70%
B=67.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64111590.600.9300.38261.4987.0633.33
Hex40B9F3C5D0261055721
Octal100132377413504640512741
Binary1000000101110011111111100101110101001101000001011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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