#400978

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

Shades of Indigo #400978

Tints of Indigo #400978

Color information

#400978 (or 0x400978) is unknown color: approx Indigo. HEX triplet: 40, 09 and 78. RGB value is (64,9,120). Sum of RGB (Red+Green+Blue) = 64+9+120=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 120 (47.27% from 255 or 62.18% from 193); Max value from RGB is 120 - color contains mainly: blue. Hex color #400978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400978 is #BFF687. Grayscale: #252525. Windows color (decimal): -12580488 or 7866688. OLE color: 7866688.

HSL color Cylindrical-coordinate representation of color #400978: hue angle of 269.73º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400978 is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB649120-
CMYK0.470.9200.53
HSL269.73º86.05%25.29%-
HSV(B)269.73º92.5%47.06%-
XYZ5.62.6417.98-
YUV38.1174.22146.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.16%
GREEN value IS 9 (3.91% from 255) = 4.66%
BLUE value IS 120 (47.27% from 255) = 62.18%
R=33.16%
G=4.66%
B=62.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6491200.470.9200.53269.7386.0525.29
Hex409782F5C03510e5619
Octal100111705713406541612631
Binary10000001001111100010111110111000110101100001110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400978; }

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

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

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

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

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

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

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

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