#400CA1

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

Shades of Indigo #400CA1

Tints of Indigo #400CA1

Color information

#400CA1 (or 0x400CA1) is unknown color: approx Indigo. HEX triplet: 40, 0C and A1. RGB value is (64,12,161). Sum of RGB (Red+Green+Blue) = 64+12+161=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 161 (63.28% from 255 or 67.93% from 237); Max value from RGB is 161 - color contains mainly: blue. Hex color #400CA1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400CA1 is #BFF35E. Grayscale: #2B2B2B. Windows color (decimal): -12579679 or 10554432. OLE color: 10554432.

HSL color Cylindrical-coordinate representation of color #400CA1: hue angle of 260.94º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400CA1 is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6412161-
CMYK0.600.9300.37
HSL260.94º86.13%33.92%-
HSV(B)260.94º92.55%63.14%-
XYZ8.683.9334.02-
YUV44.53193.73141.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.00%
GREEN value IS 12 (5.08% from 255) = 5.06%
BLUE value IS 161 (63.28% from 255) = 67.93%
R=27.00%
G=5.06%
B=67.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal64121610.600.9300.37260.9486.1333.92
Hex40CA13C5D0251055622
Octal100142417413504540512642
Binary1000000110010100001111100101110101001011000001011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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