#400171

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

Shades of Indigo #400171

Tints of Indigo #400171

Color information

#400171 (or 0x400171) is unknown color: approx Indigo. HEX triplet: 40, 01 and 71. RGB value is (64,1,113). Sum of RGB (Red+Green+Blue) = 64+1+113=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 113 (44.53% from 255 or 63.48% from 178); Max value from RGB is 113 - color contains mainly: blue. Hex color #400171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400171 is #BFFE8E. Grayscale: #202020. Windows color (decimal): -12582543 or 7405888. OLE color: 7405888.

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

Color convert

RGB641113-
CMYK0.430.9900.56
HSL273.75º98.25%22.35%-
HSV(B)273.75º99.12%44.31%-
XYZ5.112.315.8-
YUV32.6173.37150.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.96%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 113 (44.53% from 255) = 63.48%
R=35.96%
G=0.56%
B=63.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6411130.430.9900.56273.7598.2522.35
Hex401712B630381126216
Octal10011615314307042214226
Binary10000001111000110101111000110111000100010010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400171; }

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

 H1.HeaderClassName
 {
   color: #400171;
 }
 .AnyTagClassName
 {
   color: #400171;
 }
</style>
background-color css

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

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

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

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

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

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