Html Css Color HEX #400871 Indigo

📋 copy color: '#400871'

red 64 ◦ green 8 ◦ blue 113

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

Shades of Indigo #400871

Tints of Indigo #400871

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.32%

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

R = 34.59%
G = 4.32%
B = 61.08%

CMYK

 C value IS 0.43

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#400871 (or 0x400871) is known color: Indigo. HEX triplet: 40, 08 and 71. RGB value is (64,8,113). Sum of RGB (Red+Green+Blue) = 64+8+113=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 113 (44.53% from 255 or 61.08% from 185); Max value from RGB is 113 - color contains mainly: blue. Hex color #400871 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400871 is #BFF78E. Grayscale: #242424. Windows color (decimal): -12580751 or 7407680. OLE color: 7407680.

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

Color convert

RGB 64 8 113 -
CMYK 0.43 0.93 0 0.56
HSL 272º 0.87% 0.24% -
HSV(B) 272º 0.93% 0.44% -
XYZ 5.18 2.46 15.82 -
YUV 36.71 171.05 147.46 -
System Red Green Blue C M Y K H S L
Decimal 64 8 113 0.43 0.93 0 0.56 272 0.87 0.24
Hex 40 8 71 2B 5D 0 38 110 57 18
Octal 100 10 161 53 135 0 70 420 127 30
Binary 1000000 1000 1110001 101011 1011101 0 111000 100010000 1010111 11000

Color Harmonies of #400871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400871

Black with #400871

Text Example


Text Example

White with #400871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400871; }

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

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

background-color css

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

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

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

border-color css

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

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

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