Html Css Color HEX #400073 Indigo

📋 copy color: '#400073'

red 64 ◦ green 0 ◦ blue 115

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

Shades of Indigo #400073

Tints of Indigo #400073

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 value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#400073 (or 0x400073) is known color: 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

RGB 64 0 115 -
CMYK 0.44 1 0 0.55
HSL 273.39º 1% 0.23% -
HSV(B) 273.39º 1% 0.45% -
XYZ 5.21 2.33 16.39 -
YUV 32.25 174.7 150.65 -
System Red Green Blue C M Y K H S L
Decimal 64 0 115 0.44 1 0 0.55 273.39 1 0.23
Hex 40 0 73 2C 64 0 37 111 64 17
Octal 100 0 163 54 144 0 67 421 144 27
Binary 1000000 0 1110011 101100 1100100 0 110111 100010001 1100100 10111

Color Harmonies of #400073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400073

Black with #400073

Text Example


Text Example

White with #400073

Text Example


Text Example

HTML Codes & Css Web 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>