#400B9C

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

Shades of Indigo #400B9C

Tints of Indigo #400B9C

Color information

#400B9C (or 0x400B9C) is unknown color: approx Indigo. HEX triplet: 40, 0B and 9C. RGB value is (64,11,156). Sum of RGB (Red+Green+Blue) = 64+11+156=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 156 (61.33% from 255 or 67.53% from 231); Max value from RGB is 156 - color contains mainly: blue. Hex color #400B9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400B9C is #BFF463. Grayscale: #2A2A2A. Windows color (decimal): -12579940 or 10226496. OLE color: 10226496.

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

Color convert

RGB6411156-
CMYK0.590.9300.39
HSL261.93º86.83%32.75%-
HSV(B)261.93º92.95%61.18%-
XYZ8.233.7331.74-
YUV43.38191.56142.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.71%
GREEN value IS 11 (4.69% from 255) = 4.76%
BLUE value IS 156 (61.33% from 255) = 67.53%
R=27.71%
G=4.76%
B=67.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal64111560.590.9300.39261.9386.8332.75
Hex40B9C3B5D0271065721
Octal100132347313504740612741
Binary1000000101110011100111011101110101001111000001101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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