#400460

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

Shades of Indigo #400460

Tints of Indigo #400460

Color information

#400460 (or 0x400460) is unknown color: approx Indigo. HEX triplet: 40, 04 and 60. RGB value is (64,4,96). Sum of RGB (Red+Green+Blue) = 64+4+96=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 96 (37.89% from 255 or 58.54% from 164); Max value from RGB is 96 - color contains mainly: blue. Hex color #400460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400460 is #BFFB9F. Grayscale: #202020. Windows color (decimal): -12581792 or 6292544. OLE color: 6292544.

HSL color Cylindrical-coordinate representation of color #400460: hue angle of 279.13º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400460 is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB64496-
CMYK0.330.9600.62
HSL279.13º92%19.61%-
HSV(B)279.13º95.83%37.65%-
XYZ4.272.0211.23-
YUV32.43163.88150.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.02%
GREEN value IS 4 (1.95% from 255) = 2.44%
BLUE value IS 96 (37.89% from 255) = 58.54%
R=39.02%
G=2.44%
B=58.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal644960.330.9600.62279.139219.61
Hex40460216003E1175c14
Octal10041404114007642713424
Binary1000000100110000010000111000000111110100010111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400460; }

 p { color: rgb(64,4,96); }

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

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

 a { background-color: rgb(64,4,96); }

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

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

 span { border-color: rgb(64,4,96); }

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