Html Css Color HEX #400971 Indigo

📋 copy color: '#400971'

red 64 ◦ green 9 ◦ blue 113

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

Shades of Indigo #400971

Tints of Indigo #400971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 60.75%

R = 34.41%
G = 4.84%
B = 60.75%

CMYK

 C value IS 0.43

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#400971 (or 0x400971) is known color: Indigo. HEX triplet: 40, 09 and 71. RGB value is (64,9,113). Sum of RGB (Red+Green+Blue) = 64+9+113=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 113 (44.53% from 255 or 60.75% from 186); Max value from RGB is 113 - color contains mainly: blue. Hex color #400971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400971 is #BFF68E. Grayscale: #242424. Windows color (decimal): -12580495 or 7407936. OLE color: 7407936.

HSL color Cylindrical-coordinate representation of color #400971: hue angle of 271.73º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400971 is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 9 113 -
CMYK 0.43 0.92 0 0.56
HSL 271.73º 0.85% 0.24% -
HSV(B) 271.73º 0.92% 0.44% -
XYZ 5.19 2.48 15.83 -
YUV 37.3 170.72 147.04 -
System Red Green Blue C M Y K H S L
Decimal 64 9 113 0.43 0.92 0 0.56 271.73 0.85 0.24
Hex 40 9 71 2B 5C 0 38 110 55 18
Octal 100 11 161 53 134 0 70 420 125 30
Binary 1000000 1001 1110001 101011 1011100 0 111000 100010000 1010101 11000

Color Harmonies of #400971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400971

Black with #400971

Text Example


Text Example

White with #400971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400971; }

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

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

background-color css

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

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

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

border-color css

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

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

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