#400378

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

Shades of Indigo #400378

Tints of Indigo #400378

Color information

#400378 (or 0x400378) is unknown color: approx Indigo. HEX triplet: 40, 03 and 78. RGB value is (64,3,120). Sum of RGB (Red+Green+Blue) = 64+3+120=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 120 (47.27% from 255 or 64.17% from 187); Max value from RGB is 120 - color contains mainly: blue. Hex color #400378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400378 is #BFFC87. Grayscale: #222222. Windows color (decimal): -12582024 or 7865152. OLE color: 7865152.

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

Color convert

RGB643120-
CMYK0.470.9800.53
HSL271.28º95.12%24.12%-
HSV(B)271.28º97.5%47.06%-
XYZ5.542.5117.96-
YUV34.58176.21148.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.22%
GREEN value IS 3 (1.56% from 255) = 1.60%
BLUE value IS 120 (47.27% from 255) = 64.17%
R=34.22%
G=1.60%
B=64.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6431200.470.9800.53271.2895.1224.12
Hex403782F6203510f5f18
Octal10031705714206541713730
Binary100000011111100010111111000100110101100001111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400378; }

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

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

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

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

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

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

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

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