Html Css Color HEX #400977 Indigo

📋 copy color: '#400977'

red 64 ◦ green 9 ◦ blue 119

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

Shades of Indigo #400977

Tints of Indigo #400977

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.69%

 BLUE value IS 119 (46.88% from 255) = 61.98%

R = 33.33%
G = 4.69%
B = 61.98%

CMYK

 C value IS 0.46

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#400977 (or 0x400977) is known color: Indigo. HEX triplet: 40, 09 and 77. RGB value is (64,9,119). Sum of RGB (Red+Green+Blue) = 64+9+119=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 119 (46.88% from 255 or 61.98% from 192); Max value from RGB is 119 - color contains mainly: blue. Hex color #400977 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400977 is #BFF688. Grayscale: #252525. Windows color (decimal): -12580489 or 7801152. OLE color: 7801152.

HSL color Cylindrical-coordinate representation of color #400977: hue angle of 270º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400977 is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 9 119 -
CMYK 0.46 0.92 0 0.53
HSL 270º 0.86% 0.25% -
HSV(B) 270º 0.92% 0.47% -
XYZ 5.54 2.62 17.67 -
YUV 37.99 173.72 146.56 -
System Red Green Blue C M Y K H S L
Decimal 64 9 119 0.46 0.92 0 0.53 270 0.86 0.25
Hex 40 9 77 2E 5C 0 35 10E 56 19
Octal 100 11 167 56 134 0 65 416 126 31
Binary 1000000 1001 1110111 101110 1011100 0 110101 100001110 1010110 11001

Color Harmonies of #400977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400977

Black with #400977

Text Example


Text Example

White with #400977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400977; }

 p { color: rgb(64,9,119); }

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

background-color css

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

 a { background-color: rgb(64,9,119); }

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

border-color css

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

 span { border-color: rgb(64,9,119); }

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