#400CA5

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

Shades of Indigo #400CA5

Tints of Indigo #400CA5

Color information

#400CA5 (or 0x400CA5) is unknown color: approx Indigo. HEX triplet: 40, 0C and A5. RGB value is (64,12,165). Sum of RGB (Red+Green+Blue) = 64+12+165=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 165 (64.84% from 255 or 68.46% from 241); Max value from RGB is 165 - color contains mainly: blue. Hex color #400CA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400CA5 is #BFF35A. Grayscale: #2C2C2C. Windows color (decimal): -12579675 or 10816576. OLE color: 10816576.

HSL color Cylindrical-coordinate representation of color #400CA5: hue angle of 260.39º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400CA5 is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6412165-
CMYK0.610.9300.35
HSL260.39º86.44%34.71%-
HSV(B)260.39º92.73%64.71%-
XYZ9.044.0735.91-
YUV44.99195.73141.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.56%
GREEN value IS 12 (5.08% from 255) = 4.98%
BLUE value IS 165 (64.84% from 255) = 68.46%
R=26.56%
G=4.98%
B=68.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal64121650.610.9300.35260.3986.4434.71
Hex40CA53D5D0231045623
Octal100142457513504340412643
Binary1000000110010100101111101101110101000111000001001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,12,165); }

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

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

 a { background-color: rgb(64,12,165); }

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

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

 span { border-color: rgb(64,12,165); }

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