Html Css Color HEX #400373 Indigo

📋 copy color: '#400373'

red 64 ◦ green 3 ◦ blue 115

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

Shades of Indigo #400373

Tints of Indigo #400373

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.65%

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

R = 35.16%
G = 1.65%
B = 63.19%

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

#400373 (or 0x400373) is known color: Indigo. HEX triplet: 40, 03 and 73. RGB value is (64,3,115). Sum of RGB (Red+Green+Blue) = 64+3+115=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 115 (45.31% from 255 or 63.19% from 182); Max value from RGB is 115 - color contains mainly: blue. Hex color #400373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400373 is #BFFC8C. Grayscale: #212121. Windows color (decimal): -12582029 or 7537472. OLE color: 7537472.

HSL color Cylindrical-coordinate representation of color #400373: hue angle of 272.68º degrees, saturation: 0.95, 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 #400373 is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 3 115 -
CMYK 0.44 0.97 0 0.55
HSL 272.68º 0.95% 0.23% -
HSV(B) 272.68º 0.97% 0.45% -
XYZ 5.24 2.39 16.41 -
YUV 34.01 173.71 149.39 -
System Red Green Blue C M Y K H S L
Decimal 64 3 115 0.44 0.97 0 0.55 272.68 0.95 0.23
Hex 40 3 73 2C 61 0 37 111 5F 17
Octal 100 3 163 54 141 0 67 421 137 27
Binary 1000000 11 1110011 101100 1100001 0 110111 100010001 1011111 10111

Color Harmonies of #400373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400373

Black with #400373

Text Example


Text Example

White with #400373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400373; }

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

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

background-color css

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

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

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

border-color css

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

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

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