#400C79

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

Shades of Indigo #400C79

Tints of Indigo #400C79

Color information

#400C79 (or 0x400C79) is unknown color: approx Indigo. HEX triplet: 40, 0C and 79. RGB value is (64,12,121). Sum of RGB (Red+Green+Blue) = 64+12+121=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 12 (5.08% from 255 or 6.09% from 197); Blue value is 121 (47.66% from 255 or 61.42% from 197); Max value from RGB is 121 - color contains mainly: blue. Hex color #400C79 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400C79 is #BFF386. Grayscale: #272727. Windows color (decimal): -12579719 or 7932992. OLE color: 7932992.

HSL color Cylindrical-coordinate representation of color #400C79: hue angle of 268.62º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #400C79 is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6412121-
CMYK0.470.9000.53
HSL268.62º81.95%26.08%-
HSV(B)268.62º90.08%47.45%-
XYZ5.72.7318.32-
YUV39.97173.73145.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.49%
GREEN value IS 12 (5.08% from 255) = 6.09%
BLUE value IS 121 (47.66% from 255) = 61.42%
R=32.49%
G=6.09%
B=61.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64121210.470.9000.53268.6281.9526.08
Hex40C792F5A03510d521a
Octal100141715713206541512232
Binary10000001100111100110111110110100110101100001101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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