Html Css Color HEX #400571 Indigo

📋 copy color: '#400571'

red 64 ◦ green 5 ◦ blue 113

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

Shades of Indigo #400571

Tints of Indigo #400571

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.75%

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

R = 35.16%
G = 2.75%
B = 62.09%

CMYK

 C value IS 0.43

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#400571 (or 0x400571) is known color: Indigo. HEX triplet: 40, 05 and 71. RGB value is (64,5,113). Sum of RGB (Red+Green+Blue) = 64+5+113=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 113 (44.53% from 255 or 62.09% from 182); Max value from RGB is 113 - color contains mainly: blue. Hex color #400571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400571 is #BFFA8E. Grayscale: #222222. Windows color (decimal): -12581519 or 7406912. OLE color: 7406912.

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

Color convert

RGB 64 5 113 -
CMYK 0.43 0.96 0 0.56
HSL 272.78º 0.92% 0.23% -
HSV(B) 272.78º 0.96% 0.44% -
XYZ 5.15 2.39 15.81 -
YUV 34.95 172.05 148.72 -
System Red Green Blue C M Y K H S L
Decimal 64 5 113 0.43 0.96 0 0.56 272.78 0.92 0.23
Hex 40 5 71 2B 60 0 38 111 5C 17
Octal 100 5 161 53 140 0 70 421 134 27
Binary 1000000 101 1110001 101011 1100000 0 111000 100010001 1011100 10111

Color Harmonies of #400571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400571

Black with #400571

Text Example


Text Example

White with #400571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400571; }

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

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

background-color css

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

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

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

border-color css

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

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

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