#400561

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

Shades of Indigo #400561

Tints of Indigo #400561

Color information

#400561 (or 0x400561) is unknown color: approx Indigo. HEX triplet: 40, 05 and 61. RGB value is (64,5,97). Sum of RGB (Red+Green+Blue) = 64+5+97=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 97 (38.28% from 255 or 58.43% from 166); Max value from RGB is 97 - color contains mainly: blue. Hex color #400561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400561 is #BFFA9E. Grayscale: #202020. Windows color (decimal): -12581535 or 6358336. OLE color: 6358336.

HSL color Cylindrical-coordinate representation of color #400561: hue angle of 278.48º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400561 is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB64597-
CMYK0.340.9500.62
HSL278.48º90.2%20%-
HSV(B)278.48º94.85%38.04%-
XYZ4.332.0611.48-
YUV33.13164.05150.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.55%
GREEN value IS 5 (2.34% from 255) = 3.01%
BLUE value IS 97 (38.28% from 255) = 58.43%
R=38.55%
G=3.01%
B=58.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal645970.340.9500.62278.4890.220
Hex40561225F03E1165a14
Octal10051414213707642613224
Binary1000000101110000110001010111110111110100010110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400561; }

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

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

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

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

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

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

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

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