Html Css Color HEX #400864 Indigo

📋 copy color: '#400864'

red 64 ◦ green 8 ◦ blue 100

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

Shades of Indigo #400864

Tints of Indigo #400864

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.65%

 BLUE value IS 100 (39.45% from 255) = 58.14%

R = 37.21%
G = 4.65%
B = 58.14%

CMYK

 C value IS 0.36

 M value IS 0.92

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#400864 (or 0x400864) is known color: Indigo. HEX triplet: 40, 08 and 64. RGB value is (64,8,100). Sum of RGB (Red+Green+Blue) = 64+8+100=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 100 (39.45% from 255 or 58.14% from 172); Max value from RGB is 100 - color contains mainly: blue. Hex color #400864 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400864 is #BFF79B. Grayscale: #222222. Windows color (decimal): -12580764 or 6555712. OLE color: 6555712.

HSL color Cylindrical-coordinate representation of color #400864: hue angle of 276.52º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400864 is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 8 100 -
CMYK 0.36 0.92 0 0.61
HSL 276.52º 0.85% 0.21% -
HSV(B) 276.52º 0.92% 0.39% -
XYZ 4.5 2.18 12.24 -
YUV 35.23 164.55 148.52 -
System Red Green Blue C M Y K H S L
Decimal 64 8 100 0.36 0.92 0 0.61 276.52 0.85 0.21
Hex 40 8 64 24 5C 0 3D 115 55 15
Octal 100 10 144 44 134 0 75 425 125 25
Binary 1000000 1000 1100100 100100 1011100 0 111101 100010101 1010101 10101

Color Harmonies of #400864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400864

Black with #400864

Text Example


Text Example

White with #400864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400864; }

 p { color: rgb(64,8,100); }

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

background-color css

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

 a { background-color: rgb(64,8,100); }

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

border-color css

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

 span { border-color: rgb(64,8,100); }

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