Html Css Color HEX #400A71 Indigo

📋 copy color: '#400A71'

red 64 ◦ green 10 ◦ blue 113

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

Shades of Indigo #400A71

Tints of Indigo #400A71

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.35%

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

R = 34.22%
G = 5.35%
B = 60.43%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#400A71 (or 0x400A71) is known color: Indigo. HEX triplet: 40, 0A and 71. RGB value is (64,10,113). Sum of RGB (Red+Green+Blue) = 64+10+113=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 113 (44.53% from 255 or 60.43% from 187); Max value from RGB is 113 - color contains mainly: blue. Hex color #400A71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400A71 is #BFF58E. Grayscale: #252525. Windows color (decimal): -12580239 or 7408192. OLE color: 7408192.

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

Color convert

RGB 64 10 113 -
CMYK 0.43 0.91 0 0.56
HSL 271.46º 0.84% 0.24% -
HSV(B) 271.46º 0.91% 0.44% -
XYZ 5.2 2.5 15.83 -
YUV 37.89 170.39 146.62 -
System Red Green Blue C M Y K H S L
Decimal 64 10 113 0.43 0.91 0 0.56 271.46 0.84 0.24
Hex 40 A 71 2B 5B 0 38 10F 54 18
Octal 100 12 161 53 133 0 70 417 124 30
Binary 1000000 1010 1110001 101011 1011011 0 111000 100001111 1010100 11000

Color Harmonies of #400A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400A71

Black with #400A71

Text Example


Text Example

White with #400A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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