#400BA3

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

Shades of Indigo #400BA3

Tints of Indigo #400BA3

Color information

#400BA3 (or 0x400BA3) is unknown color: approx Indigo. HEX triplet: 40, 0B and A3. RGB value is (64,11,163). Sum of RGB (Red+Green+Blue) = 64+11+163=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 163 (64.06% from 255 or 68.49% from 238); Max value from RGB is 163 - color contains mainly: blue. Hex color #400BA3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400BA3 is #BFF45C. Grayscale: #2B2B2B. Windows color (decimal): -12579933 or 10685248. OLE color: 10685248.

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

Color convert

RGB6411163-
CMYK0.610.9300.36
HSL260.92º87.36%34.12%-
HSV(B)260.92º93.25%63.92%-
XYZ8.843.9734.95-
YUV44.18195.06142.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.89%
GREEN value IS 11 (4.69% from 255) = 4.62%
BLUE value IS 163 (64.06% from 255) = 68.49%
R=26.89%
G=4.62%
B=68.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal64111630.610.9300.36260.9287.3634.12
Hex40BA33D5D0241055722
Octal100132437513504440512742
Binary1000000101110100011111101101110101001001000001011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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