Html Css Color HEX #400C71 Indigo

📋 copy color: '#400C71'

red 64 ◦ green 12 ◦ blue 113

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

Shades of Indigo #400C71

Tints of Indigo #400C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.35%

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

R = 33.86%
G = 6.35%
B = 59.79%

CMYK

 C value IS 0.43

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#400C71 (or 0x400C71) is known color: Indigo. HEX triplet: 40, 0C and 71. RGB value is (64,12,113). Sum of RGB (Red+Green+Blue) = 64+12+113=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 12 (5.08% from 255 or 6.35% from 189); Blue value is 113 (44.53% from 255 or 59.79% from 189); Max value from RGB is 113 - color contains mainly: blue. Hex color #400C71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400C71 is #BFF38E. Grayscale: #262626. Windows color (decimal): -12579727 or 7408704. OLE color: 7408704.

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

Color convert

RGB 64 12 113 -
CMYK 0.43 0.89 0 0.56
HSL 270.89º 0.81% 0.25% -
HSV(B) 270.89º 0.89% 0.44% -
XYZ 5.23 2.55 15.84 -
YUV 39.06 169.73 145.79 -
System Red Green Blue C M Y K H S L
Decimal 64 12 113 0.43 0.89 0 0.56 270.89 0.81 0.25
Hex 40 C 71 2B 59 0 38 10F 51 19
Octal 100 14 161 53 131 0 70 417 121 31
Binary 1000000 1100 1110001 101011 1011001 0 111000 100001111 1010001 11001

Color Harmonies of #400C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400C71

Black with #400C71

Text Example


Text Example

White with #400C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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