Html Css Color HEX #400271 Indigo

📋 copy color: '#400271'

red 64 ◦ green 2 ◦ blue 113

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

Shades of Indigo #400271

Tints of Indigo #400271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.12%

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

R = 35.75%
G = 1.12%
B = 63.13%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#400271 (or 0x400271) is known color: Indigo. HEX triplet: 40, 02 and 71. RGB value is (64,2,113). Sum of RGB (Red+Green+Blue) = 64+2+113=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 113 (44.53% from 255 or 63.13% from 179); Max value from RGB is 113 - color contains mainly: blue. Hex color #400271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400271 is #BFFD8E. Grayscale: #202020. Windows color (decimal): -12582287 or 7406144. OLE color: 7406144.

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

Color convert

RGB 64 2 113 -
CMYK 0.43 0.98 0 0.56
HSL 273.51º 0.97% 0.23% -
HSV(B) 273.51º 0.98% 0.44% -
XYZ 5.12 2.33 15.8 -
YUV 33.19 173.04 149.97 -
System Red Green Blue C M Y K H S L
Decimal 64 2 113 0.43 0.98 0 0.56 273.51 0.97 0.23
Hex 40 2 71 2B 62 0 38 112 61 17
Octal 100 2 161 53 142 0 70 422 141 27
Binary 1000000 10 1110001 101011 1100010 0 111000 100010010 1100001 10111

Color Harmonies of #400271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400271

Black with #400271

Text Example


Text Example

White with #400271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400271; }

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

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

background-color css

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

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

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

border-color css

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

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

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