#400376

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

Shades of Indigo #400376

Tints of Indigo #400376

Color information

#400376 (or 0x400376) is unknown color: approx Indigo. HEX triplet: 40, 03 and 76. RGB value is (64,3,118). Sum of RGB (Red+Green+Blue) = 64+3+118=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 118 (46.48% from 255 or 63.78% from 185); Max value from RGB is 118 - color contains mainly: blue. Hex color #400376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400376 is #BFFC89. Grayscale: #212121. Windows color (decimal): -12582026 or 7734080. OLE color: 7734080.

HSL color Cylindrical-coordinate representation of color #400376: hue angle of 271.83º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #400376 is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB643118-
CMYK0.460.9700.54
HSL271.83º95.04%23.73%-
HSV(B)271.83º97.46%46.27%-
XYZ5.422.4617.33-
YUV34.35175.21149.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.59%
GREEN value IS 3 (1.56% from 255) = 1.62%
BLUE value IS 118 (46.48% from 255) = 63.78%
R=34.59%
G=1.62%
B=63.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6431180.460.9700.54271.8395.0423.73
Hex403762E610361105f18
Octal10031665614106642013730
Binary100000011111011010111011000010110110100010000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400376; }

 p { color: rgb(64,3,118); }

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

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

 a { background-color: rgb(64,3,118); }

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

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

 span { border-color: rgb(64,3,118); }

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