Html Css Color HEX #400076 Indigo

📋 copy color: '#400076'

red 64 ◦ green 0 ◦ blue 118

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

Shades of Indigo #400076

Tints of Indigo #400076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 35.16%
G = 0%
B = 64.84%

CMYK

 C value IS 0.46

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#400076 (or 0x400076) is known color: Indigo. HEX triplet: 40, 00 and 76. RGB value is (64,0,118). Sum of RGB (Red+Green+Blue) = 64+0+118=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 118 (46.48% from 255 or 64.84% from 182); Max value from RGB is 118 - color contains mainly: blue. Hex color #400076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400076 is #BFFF89. Grayscale: #202020. Windows color (decimal): -12582794 or 7733312. OLE color: 7733312.

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

Color convert

RGB 64 0 118 -
CMYK 0.46 1 0 0.54
HSL 272.54º 1% 0.23% -
HSV(B) 272.54º 1% 0.46% -
XYZ 5.38 2.4 17.32 -
YUV 32.59 176.2 150.41 -
System Red Green Blue C M Y K H S L
Decimal 64 0 118 0.46 1 0 0.54 272.54 1 0.23
Hex 40 0 76 2E 64 0 36 111 64 17
Octal 100 0 166 56 144 0 66 421 144 27
Binary 1000000 0 1110110 101110 1100100 0 110110 100010001 1100100 10111

Color Harmonies of #400076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400076

Black with #400076

Text Example


Text Example

White with #400076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400076; }

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

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

background-color css

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

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

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

border-color css

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

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

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