Html Css Color HEX #400473 Indigo

📋 copy color: '#400473'

red 64 ◦ green 4 ◦ blue 115

#400473
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #400473

Tints of Indigo #400473

RGB

 RED value IS 64 (25.39% from 255) = 34.97%

 GREEN value IS 4 (1.95% from 255) = 2.19%

 BLUE value IS 115 (45.31% from 255) = 62.84%

R = 34.97%
G = 2.19%
B = 62.84%

CMYK

 C value IS 0.44

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#400473 (or 0x400473) is known color: Indigo. HEX triplet: 40, 04 and 73. RGB value is (64,4,115). Sum of RGB (Red+Green+Blue) = 64+4+115=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 115 (45.31% from 255 or 62.84% from 183); Max value from RGB is 115 - color contains mainly: blue. Hex color #400473 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400473 is #BFFB8C. Grayscale: #222222. Windows color (decimal): -12581773 or 7537728. OLE color: 7537728.

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

Color convert

RGB 64 4 115 -
CMYK 0.44 0.97 0 0.55
HSL 272.43º 0.93% 0.23% -
HSV(B) 272.43º 0.97% 0.45% -
XYZ 5.25 2.41 16.41 -
YUV 34.59 173.38 148.97 -
System Red Green Blue C M Y K H S L
Decimal 64 4 115 0.44 0.97 0 0.55 272.43 0.93 0.23
Hex 40 4 73 2C 61 0 37 110 5D 17
Octal 100 4 163 54 141 0 67 420 135 27
Binary 1000000 100 1110011 101100 1100001 0 110111 100010000 1011101 10111

Color Harmonies of #400473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400473

Black with #400473

Text Example


Text Example

White with #400473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400473; }

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

 H1.HeaderClassName
 {
   color: #400473;
 }
 .AnyTagClassName
 {
   color: #400473;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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