Html Css Color HEX #400876 Indigo

📋 copy color: '#400876'

red 64 ◦ green 8 ◦ blue 118

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

Shades of Indigo #400876

Tints of Indigo #400876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 62.11%

R = 33.68%
G = 4.21%
B = 62.11%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#400876 (or 0x400876) is known color: Indigo. HEX triplet: 40, 08 and 76. RGB value is (64,8,118). Sum of RGB (Red+Green+Blue) = 64+8+118=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 118 (46.48% from 255 or 62.11% from 190); Max value from RGB is 118 - color contains mainly: blue. Hex color #400876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400876 is #BFF789. Grayscale: #242424. Windows color (decimal): -12580746 or 7735360. OLE color: 7735360.

HSL color Cylindrical-coordinate representation of color #400876: hue angle of 270.55º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400876 is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 8 118 -
CMYK 0.46 0.93 0 0.54
HSL 270.55º 0.87% 0.25% -
HSV(B) 270.55º 0.93% 0.46% -
XYZ 5.47 2.57 17.35 -
YUV 37.28 173.55 147.06 -
System Red Green Blue C M Y K H S L
Decimal 64 8 118 0.46 0.93 0 0.54 270.55 0.87 0.25
Hex 40 8 76 2E 5D 0 36 10F 57 19
Octal 100 10 166 56 135 0 66 417 127 31
Binary 1000000 1000 1110110 101110 1011101 0 110110 100001111 1010111 11001

Color Harmonies of #400876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400876

Black with #400876

Text Example


Text Example

White with #400876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400876; }

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

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

background-color css

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

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

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

border-color css

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

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

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