Html Css Color HEX #400376 Indigo

📋 copy color: '#400376'

red 64 ◦ green 3 ◦ blue 118

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

Shades of Indigo #400376

Tints of Indigo #400376

RGB

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

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

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

R = 34.59%
G = 1.62%
B = 63.78%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#400376 (or 0x400376) is known color: Indigo. HEX triplet: 40, 03 and 76. RGB value is (64,3,118). Sum of RGB (Red+Green+Blue) = 64+3+118=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 118 (46.48% from 255 or 63.78% from 185); Max value from RGB is 118 - color contains mainly: blue. Hex color #400376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400376 is #BFFC89. Grayscale: #212121. Windows color (decimal): -12582026 or 7734080. OLE color: 7734080.

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

Color convert

RGB 64 3 118 -
CMYK 0.46 0.97 0 0.54
HSL 271.83º 0.95% 0.24% -
HSV(B) 271.83º 0.97% 0.46% -
XYZ 5.42 2.46 17.33 -
YUV 34.35 175.21 149.15 -
System Red Green Blue C M Y K H S L
Decimal 64 3 118 0.46 0.97 0 0.54 271.83 0.95 0.24
Hex 40 3 76 2E 61 0 36 110 5F 18
Octal 100 3 166 56 141 0 66 420 137 30
Binary 1000000 11 1110110 101110 1100001 0 110110 100010000 1011111 11000

Color Harmonies of #400376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400376

Black with #400376

Text Example


Text Example

White with #400376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400376; }

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

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

background-color css

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

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

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

border-color css

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

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

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