#400073

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

Shades of Indigo #400073

Tints of Indigo #400073

Color information

#400073 (or 0x400073) is unknown color: approx Indigo. HEX triplet: 40, 00 and 73. RGB value is (64,0,115). Sum of RGB (Red+Green+Blue) = 64+0+115=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 115 (45.31% from 255 or 64.25% from 179); Max value from RGB is 115 - color contains mainly: blue. Hex color #400073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400073 is #BFFF8C. Grayscale: #1F1F1F. Windows color (decimal): -12582797 or 7536704. OLE color: 7536704.

HSL color Cylindrical-coordinate representation of color #400073: hue angle of 273.39º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400073 is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB640115-
CMYK0.44100.55
HSL273.39º100%22.55%-
HSV(B)273.39º100%45.1%-
XYZ5.212.3316.39-
YUV32.25174.7150.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 115 (45.31% from 255) = 64.25%
R=35.75%
G=0%
B=64.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6401150.44100.55273.3910022.55
Hex400732C640371116417
Octal10001635414406742114427
Binary10000000111001110110011001000110111100010001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400073; }

 p { color: rgb(64,0,115); }

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

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

 a { background-color: rgb(64,0,115); }

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

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

 span { border-color: rgb(64,0,115); }

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