#400571

Color #400571 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #400571

Tints of Indigo #400571

Color information

#400571 (or 0x400571) is unknown color: approx 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

RGB645113-
CMYK0.430.9600.56
HSL272.78º91.53%23.14%-
HSV(B)272.78º95.58%44.31%-
XYZ5.152.3915.81-
YUV34.95172.05148.72-

RGB Variations

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

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 (Cyan) values IS 0.43
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6451130.430.9600.56272.7891.5323.14
Hex405712B600381115c17
Octal10051615314007042113427
Binary1000000101111000110101111000000111000100010001101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>